File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ repositories {
25
25
26
26
android {
27
27
compileSdkVersion 21
28
- buildToolsVersion " 21.0.2 "
28
+ buildToolsVersion " 21.1.1 "
29
29
30
30
defaultConfig {
31
31
minSdkVersion 14
@@ -53,7 +53,7 @@ android {
53
53
signingConfig signingConfigs. debug
54
54
}
55
55
release {
56
- runProguard true
56
+ minifyEnabled true
57
57
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), file(' proguard-project.txt' )
58
58
signingConfig signingConfigs. release
59
59
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
20
20
mavenCentral()
21
21
}
22
22
dependencies {
23
- classpath ' com.android.tools.build:gradle:0.12.+ '
23
+ classpath ' com.android.tools.build:gradle:1.0.0-rc4 '
24
24
}
25
25
}
26
26
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =http\://services.gradle.org/distributions/gradle-1.12 -all.zip
6
+ distributionUrl =http\://services.gradle.org/distributions/gradle-2.2.1 -all.zip
You can’t perform that action at this time.
0 commit comments