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 15
15
*/
16
16
17
17
task wrapper (type : Wrapper ) {
18
- gradleVersion = ' 1.8 '
18
+ gradleVersion = ' 1.11 '
19
19
}
20
20
21
21
project. 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
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =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> {
17
17
project. apply(plugin : ' ros' )
18
18
}
19
19
project. extensions. create(" rosandroid" , RosAndroidPluginExtension )
20
- project. rosandroid. buildToolsVersion = " 18.1.1 "
20
+ project. rosandroid. buildToolsVersion = " 19.0.3 "
21
21
/* ********************************************************************
22
22
* Find the android plugin
23
23
*********************************************************************/
@@ -26,7 +26,7 @@ class RosAndroidPlugin implements Plugin<Project> {
26
26
mavenCentral()
27
27
}
28
28
dependencies {
29
- classpath ' com.android.tools.build:gradle:0.7.1 '
29
+ classpath ' com.android.tools.build:gradle:0.9.+ '
30
30
}
31
31
}
32
32
/* *********************************************************************
You can’t perform that action at this time.
0 commit comments