Skip to content
Snippets Groups Projects
Commit 5d4d2a0a authored by Daniel Stonier's avatar Daniel Stonier
Browse files

Android build tools 19.0.3 -> 19.1.0

This is to match the recent android studio ugprade 0.5.x -> 0.6.x as noted in http://tools.android.com/recent/androidstudio060released.
parent 35b8d315
No related branches found
No related tags found
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 = "19.0.3"
project.rosandroid.buildToolsVersion = "19.1.0"
/*********************************************************************
* Find the android plugin
*********************************************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment