File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
apply plugin : ' com.github.dcendents.android-maven'
3
-
4
3
group= ' com.github.SiberiaDante'
4
+
5
5
android {
6
6
compileSdkVersion 24
7
7
buildToolsVersion ' 25.0.0'
8
8
9
9
defaultConfig {
10
10
minSdkVersion 10
11
11
targetSdkVersion 10
12
- versionCode 1
13
- versionName " 1.0.1 "
12
+ versionCode 5
13
+ versionName " 1.0.5 "
14
14
consumerProguardFiles ' siberiadante-proguard-rules.pro'
15
15
// testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
16
16
}
@@ -19,10 +19,6 @@ android {
19
19
minifyEnabled true
20
20
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
21
21
}
22
- debug {
23
- minifyEnabled false
24
- proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
25
- }
26
22
}
27
23
28
24
}
You can’t perform that action at this time.
0 commit comments