Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit bb9e1af

Browse files
committed
Update gradle plugin and wrapper
* Android Gradle plugin updated to 0.7.+ * Bundled Gradle wrapper updated to 1.9 * These versions are required for Android Studio 0.4 Signed-off-by: Eddie Ringle <eddie@eringle.net>
1 parent a652f63 commit bb9e1af

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
}
55

66
dependencies {
7-
classpath 'com.android.tools.build:gradle:0.6.3'
7+
classpath 'com.android.tools.build:gradle:0.7.+'
88
}
99
}
1010

@@ -19,4 +19,4 @@ allprojects {
1919
repositories {
2020
mavenCentral()
2121
}
22-
}
22+
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip
6+
distributionUrl=http\://services.gradle.org/distributions/gradle-1.9-bin.zip

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:0.6.3'
6+
classpath 'com.android.tools.build:gradle:0.7.+'
77
}
88
}
99
apply plugin: 'android-library'
@@ -26,4 +26,4 @@ android {
2626
}
2727
}
2828

29-
apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'
29+
apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:0.6.3'
6+
classpath 'com.android.tools.build:gradle:0.7.+'
77
}
88
}
99
apply plugin: 'android'

0 commit comments

Comments
 (0)