Skip to content

Commit 4e5dbbf

Browse files
committed
v1.0.5
1 parent 64ef505 commit 4e5dbbf

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

siberiadante/build.gradle

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
3-
43
group='com.github.SiberiaDante'
4+
55
android {
66
compileSdkVersion 24
77
buildToolsVersion '25.0.0'
88

99
defaultConfig {
1010
minSdkVersion 10
1111
targetSdkVersion 10
12-
versionCode 1
13-
versionName "1.0.1"
12+
versionCode 5
13+
versionName "1.0.5"
1414
consumerProguardFiles 'siberiadante-proguard-rules.pro'
1515
// testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1616
}
@@ -19,10 +19,6 @@ android {
1919
minifyEnabled true
2020
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
2121
}
22-
debug {
23-
minifyEnabled false
24-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
25-
}
2622
}
2723

2824
}

0 commit comments

Comments
 (0)