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

Commit 35b8d31

Browse files
committed
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).
1 parent eac6b7b commit 35b8d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class RosAndroidPlugin implements Plugin<Project> {
2626
mavenCentral()
2727
}
2828
dependencies {
29-
classpath 'com.android.tools.build:gradle:0.9.+'
29+
classpath 'com.android.tools.build:gradle:0.11.+'
3030
}
3131
}
3232
/**********************************************************************

0 commit comments

Comments
 (0)