File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
mavenCentral()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:0.12 .+'
8
+ classpath ' com.android.tools.build:gradle:0.14 .+'
9
9
}
10
10
}
11
11
Original file line number Diff line number Diff line change 1
- # Sat Jun 28 09:10:49 MSK 2014
1
+ # Wed Dec 03 09:33:38 MSK 2014
2
2
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 =https \://services.gradle.org/distributions/gradle-2.1 -all.zip
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ buildscript {
3
3
mavenCentral()
4
4
}
5
5
dependencies {
6
- classpath ' com.android.tools.build:gradle:0.12 .+'
7
- classpath ' com.github.jcandksolutions.gradle:android-unit-test:1.5 .+'
6
+ classpath ' com.android.tools.build:gradle:0.14 .+'
7
+ classpath ' com.github.jcandksolutions.gradle:android-unit-test:2.0 .+'
8
8
}
9
9
}
10
10
apply plugin : ' com.android.application'
@@ -52,7 +52,7 @@ android {
52
52
}
53
53
release {
54
54
signingConfig signingConfigs. release
55
- runProguard false
55
+ minifyEnabled false
56
56
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.txt'
57
57
}
58
58
}
You can’t perform that action at this time.
0 commit comments