File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 86
86
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/rs" />
87
87
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/symbols" />
88
88
<excludeFolder url =" file://$MODULE_DIR$/build/outputs" />
89
+ <excludeFolder url =" file://$MODULE_DIR$/build/tmp" />
89
90
</content >
90
91
<orderEntry type =" jdk" jdkName =" Android API 22 Platform" jdkType =" Android SDK" />
91
92
<orderEntry type =" sourceFolder" forTests =" false" />
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
8
8
minSdkVersion 10
9
9
targetSdkVersion 22
10
10
versionCode 1
11
- versionName " 1.0 "
11
+ versionName " 0.0.1 "
12
12
}
13
13
buildTypes {
14
14
release {
@@ -23,6 +23,9 @@ android {
23
23
}
24
24
}
25
25
26
+
27
+
28
+
26
29
dependencies {
27
30
compile fileTree(dir : ' libs' , include : [' *.jar' ])
28
31
compile ' com.android.support:appcompat-v7:22.2.0'
You can’t perform that action at this time.
0 commit comments