File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# built application files
2- * .apk
2+ # *.apk
33* .ap_
44
55# files for the dex VM
1111# generated files
1212bin /
1313gen /
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 /
1629local.properties
30+ demo /apk /
1731
18- # Eclipse project files
19- .classpath
20- .project
32+ # Personal Files
33+ signing.properties
34+ lic.properties
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Author: Gabriele Mariotti
2323License
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.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Author: Gabriele Mariotti
1616License
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.
You can’t perform that action at this time.
0 commit comments