File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:0.12.2 '
8
+ classpath ' com.android.tools.build:gradle:1.0.0 '
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ android {
13
13
}
14
14
buildTypes {
15
15
release {
16
- runProguard false
16
+ minifyEnabled false
17
17
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
18
18
}
19
19
}
Original file line number Diff line number Diff line change 1
- # Wed Apr 10 15 :27:10 PDT 2013
1
+ # Tue Jan 13 21 :27:23 JST 2015
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.2.1 -all.zip
You can’t perform that action at this time.
0 commit comments