Skip to content

Commit 4b513df

Browse files
author
David Gräff
committed
Buildsystem: Remove local.properties and add it to gitignore II
* Remove dependency to unused library
1 parent 0818812 commit 4b513df

File tree

5 files changed

+31
-31
lines changed

5 files changed

+31
-31
lines changed

.gitignore

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
1-
*~
1+
# built application files
2+
*.apk
3+
*.ap_
4+
5+
# files for the dex VM
6+
*.dex
7+
8+
# Java class files
9+
*.class
10+
11+
# generated files
212
bin/
313
gen/
4-
local.properties
14+
15+
# Local configuration file (sdk path, etc)
16+
local.properties
17+
18+
# Eclipse project files
19+
.classpath
20+
.project
21+
22+
# Android Studio
23+
# .idea/
24+
.gradle
25+
/*/local.properties
26+
/*/out
27+
/*/*/build
28+
/*/*/production
29+
*.iws
30+
*.ipr
31+
*~
32+
*.swp

.idea/libraries/net_simonvt_menudrawer_menudrawer_3_0_4.xml

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

.idea/libraries/support_v4_19_0_0.xml

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

app/app.iml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
</content>
7171
<orderEntry type="jdk" jdkName="Android API 19 Platform" jdkType="Android SDK" />
7272
<orderEntry type="sourceFolder" forTests="false" />
73-
<orderEntry type="library" exported="" name="support-v4-19.0.0" level="project" />
7473
</component>
7574
</module>
7675

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ android {
1919
}
2020

2121
dependencies {
22-
compile 'com.android.support:support-v4:+'
22+
compile 'com.android.support:support-v4:19.0.+'
2323
}

0 commit comments

Comments
 (0)