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

Commit 3555dd9

Browse files
authored
Merge pull request #56 from adamantivm/update-android-build-tools
Update Android Build Tools
2 parents 46addc8 + 4da6ae2 commit 3555dd9

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class RosAndroidPlugin implements Plugin<Project> {
1111
void apply(Project project) {
1212
project.apply plugin: "ros"
1313
project.extensions.create("rosandroid", RosAndroidPluginExtension)
14-
project.rosandroid.buildToolsVersion = "21.1.2"
14+
project.rosandroid.buildToolsVersion = "25.0.2"
1515

1616
/**********************************************************************
1717
* Publishing - not we're using old style here. Upgrade to maven-publish

0 commit comments

Comments
 (0)