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

Android gradle plugin 0.9.+ -> 0.11.+

This is to match the recent android studio ugprade 0.5.x -> 0.6.x as noted [here](http://tools.android.com/recent/androidstudio060released).
parent eac6b7b0
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ class RosAndroidPlugin implements Plugin<Project> { ...@@ -26,7 +26,7 @@ class RosAndroidPlugin implements Plugin<Project> {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:0.9.+' classpath 'com.android.tools.build:gradle:0.11.+'
} }
} }
/********************************************************************** /**********************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment