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

Commit 6a06f75

Browse files
damonkohlerstonier
authored andcommitted
Upgrades Android tools to the latest version.
1 parent b247a60 commit 6a06f75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 = "17"
20+
project.rosandroid.buildToolsVersion = "18.1.1"
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.5.6'
29+
classpath 'com.android.tools.build:gradle:0.6.1'
3030
}
3131
}
3232
/**********************************************************************

0 commit comments

Comments
 (0)