This repository was archived by the owner on Jan 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
gradle_plugins/src/main/groovy/org/ros/gradle_plugins Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 */
1616
1717task wrapper (type : Wrapper ) {
18- gradleVersion = ' 1.8 '
18+ gradleVersion = ' 1.11 '
1919}
2020
2121project. ext {
Original file line number Diff line number Diff line change 1- # Fri Oct 18 14:47:55 CEST 2013
1+ # Tue Mar 11 23:34:43 MSK 2014
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =http\://services.gradle.org/distributions/gradle-1.8 -bin.zip
6+ distributionUrl =http\://services.gradle.org/distributions/gradle-1.11 -bin.zip
Original file line number Diff line number Diff 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 = " 18.1.1 "
20+ project. rosandroid. buildToolsVersion = " 19.0.3 "
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.7.1 '
29+ classpath ' com.android.tools.build:gradle:0.9.+ '
3030 }
3131 }
3232 /* *********************************************************************
You can’t perform that action at this time.
0 commit comments