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

Commit

Permalink
Merge pull request #56 from adamantivm/update-android-build-tools
Browse files Browse the repository at this point in the history
Update Android Build Tools
  • Loading branch information
adamantivm authored Dec 25, 2016
2 parents 46addc8 + 4da6ae2 commit 3555dd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class RosAndroidPlugin implements Plugin<Project> {
void apply(Project project) {
project.apply plugin: "ros"
project.extensions.create("rosandroid", RosAndroidPluginExtension)
project.rosandroid.buildToolsVersion = "21.1.2"
project.rosandroid.buildToolsVersion = "25.0.2"

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

0 comments on commit 3555dd9

Please sign in to comment.