Skip to content

Commit c107379

Browse files
committed
v1.0.1
1 parent fdbc277 commit c107379

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

siberiadante/build.gradle

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,19 @@ android {
1313
versionName "1.0.1"
1414
consumerProguardFiles 'siberiadante-proguard-rules.pro'
1515
// testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
16-
1716
}
1817
buildTypes {
1918
release {
2019
minifyEnabled true
2120
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
2221
}
2322
debug {
24-
minifyEnabled true
23+
minifyEnabled false
2524
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
2625
}
2726
}
2827

2928
}
30-
//allprojects {
31-
// repositories {
32-
// jcenter()
33-
// maven { url "https://jitpack.io" }
34-
// }
35-
//}
3629
dependencies {
3730
compile fileTree(include: ['*.jar'], dir: 'libs')
3831
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {

0 commit comments

Comments
 (0)