Skip to content

Commit a48f537

Browse files
Updated Readme
1 parent 35df5ed commit a48f537

3 files changed

Lines changed: 21 additions & 7 deletions

File tree

.gitignore

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# built application files
2-
*.apk
2+
#*.apk
33
*.ap_
44

55
# files for the dex VM
@@ -11,10 +11,24 @@
1111
# generated files
1212
bin/
1313
gen/
14+
out/
1415

15-
# Local configuration file (sdk path, etc)
16+
17+
# Ignored by AndroidStudio
18+
*.iws
19+
*.iml
20+
21+
# Folders related to builds and Gradle
22+
.gradle/
23+
gradle/
24+
gradlew*
25+
*/build/
26+
27+
# Local settings (regenerated by Android Studio)
28+
.idea/
1629
local.properties
30+
demo/apk/
1731

18-
# Eclipse project files
19-
.classpath
20-
.project
32+
#Personal Files
33+
signing.properties
34+
lic.properties

NavigationDrawer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Author: Gabriele Mariotti
2323
License
2424
-------
2525

26-
Copyright 2013 Gabriele Mariotti
26+
Copyright 2013-2014 Gabriele Mariotti
2727

2828
Licensed under the Apache License, Version 2.0 (the "License");
2929
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Author: Gabriele Mariotti
1616
License
1717
-------
1818

19-
Copyright 2013 Gabriele Mariotti
19+
Copyright 2013-2014 Gabriele Mariotti
2020

2121
Licensed under the Apache License, Version 2.0 (the "License");
2222
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)