Skip to content
Snippets Groups Projects
Commit 6a06f755 authored by Damon Kohler's avatar Damon Kohler Committed by Daniel Stonier
Browse files

Upgrades Android tools to the latest version.

parent b247a604
Branches
Tags
No related merge requests found
......@@ -17,7 +17,7 @@ class RosAndroidPlugin implements Plugin<Project> {
project.apply(plugin: 'ros')
}
project.extensions.create("rosandroid", RosAndroidPluginExtension)
project.rosandroid.buildToolsVersion = "17"
project.rosandroid.buildToolsVersion = "18.1.1"
/*********************************************************************
* Find the android plugin
*********************************************************************/
......@@ -26,7 +26,7 @@ class RosAndroidPlugin implements Plugin<Project> {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.5.6'
classpath 'com.android.tools.build:gradle:0.6.1'
}
}
/**********************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment