Skip to content

Commit 1579e12

Browse files
authored
Merge pull request #2 from MikeFot/android-studio-refactoring
Android studio refactoring
2 parents dc1382f + f24b2ea commit 1579e12

126 files changed

Lines changed: 3198 additions & 2140 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.classpath

Lines changed: 0 additions & 9 deletions
This file was deleted.

.gitignore

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,49 @@
1-
# Built application files
1+
*.iml
2+
.gradle
3+
/local.properties
4+
/.idea/workspace.xml
5+
/.idea/libraries
6+
.DS_Store
7+
/build
8+
/captures
9+
10+
# built application files
211
*.apk
312
*.ap_
413

5-
# Files for the Dalvik VM
14+
# files for the dex VM
615
*.dex
716

817
# Java class files
918
*.class
1019

11-
# Generated files
20+
# generated files
21+
.idea
22+
.gradle
23+
*~
1224
bin/
1325
gen/
14-
15-
# Gradle files
16-
.gradle/
1726
build/
27+
target/
28+
app/build/
29+
/*/out
30+
31+
*.iml
32+
*.iws
33+
*.ipr
34+
1835

1936
# Local configuration file (sdk path, etc)
2037
local.properties
2138

22-
# Proguard folder generated by Eclipse
23-
proguard/
39+
# Eclipse project files
40+
.classpath
41+
.project
42+
.settings
43+
44+
# Mac
45+
.DS_Store
46+
47+
# Ruby history file
48+
.irb-history
49+

.project

Lines changed: 0 additions & 33 deletions
This file was deleted.

AndroidManifest.xml

Lines changed: 0 additions & 31 deletions
This file was deleted.

LICENSE-2.0.html

Lines changed: 0 additions & 210 deletions
This file was deleted.

0 commit comments

Comments
 (0)