File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 mavenCentral()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:0.12.+ '
8+ classpath ' com.android.tools.build:gradle:1.0.0 '
99 }
1010}
1111
Original file line number Diff line number Diff line change 1- # Wed Apr 10 15:27:10 PDT 2013
1+ # Thu Dec 11 00:14:05 JST 2014
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =http \://services.gradle.org/distributions/gradle-1.10 -all.zip
6+ distributionUrl =https \://services.gradle.org/distributions/gradle-2.2.1 -all.zip
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ android {
1111 }
1212 buildTypes {
1313 release {
14- runProguard false
14+ minifyEnabled false
1515 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.txt'
1616 }
1717 }
@@ -22,4 +22,4 @@ dependencies {
2222}
2323
2424// for maven central deployment
25- apply from : ' https://raw.github .com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'
25+ apply from : ' https://raw.githubusercontent .com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ android {
1414
1515 buildTypes {
1616 release {
17- runProguard false
17+ minifyEnabled false
1818 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.txt'
1919 }
2020 }
You can’t perform that action at this time.
0 commit comments