File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -13,26 +13,19 @@ android {
13
13
versionName " 1.0.1"
14
14
consumerProguardFiles ' siberiadante-proguard-rules.pro'
15
15
// testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
16
-
17
16
}
18
17
buildTypes {
19
18
release {
20
19
minifyEnabled true
21
20
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
22
21
}
23
22
debug {
24
- minifyEnabled true
23
+ minifyEnabled false
25
24
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
26
25
}
27
26
}
28
27
29
28
}
30
- // allprojects {
31
- // repositories {
32
- // jcenter()
33
- // maven { url "https://jitpack.io" }
34
- // }
35
- // }
36
29
dependencies {
37
30
compile fileTree(include : [' *.jar' ], dir : ' libs' )
38
31
androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
You can’t perform that action at this time.
0 commit comments