Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.

Commit 5d40f2f

Browse files
committed
gradle 1.11, buildTools 19.0.3, gradle android plugin 0.9.+
1 parent bea5cbf commit 5d40f2f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
task wrapper(type: Wrapper) {
18-
gradleVersion = '1.8'
18+
gradleVersion = '1.11'
1919
}
2020

2121
project.ext {

gradle/wrapper/gradle-wrapper.jar

592 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Oct 18 14:47:55 CEST 2013
1+
#Tue Mar 11 23:34:43 MSK 2014
22
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.11-bin.zip

gradle_plugins/src/main/groovy/org/ros/gradle_plugins/RosAndroid.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class RosAndroidPlugin implements Plugin<Project> {
1717
project.apply(plugin: 'ros')
1818
}
1919
project.extensions.create("rosandroid", RosAndroidPluginExtension)
20-
project.rosandroid.buildToolsVersion = "18.1.1"
20+
project.rosandroid.buildToolsVersion = "19.0.3"
2121
/*********************************************************************
2222
* Find the android plugin
2323
*********************************************************************/
@@ -26,7 +26,7 @@ class RosAndroidPlugin implements Plugin<Project> {
2626
mavenCentral()
2727
}
2828
dependencies {
29-
classpath 'com.android.tools.build:gradle:0.7.1'
29+
classpath 'com.android.tools.build:gradle:0.9.+'
3030
}
3131
}
3232
/**********************************************************************

0 commit comments

Comments
 (0)