Skip to content
Snippets Groups Projects
Commit 82881352 authored by Daniel Stonier's avatar Daniel Stonier
Browse files

Merge pull request #32 from ashyonline/master

SDK version too low issue
parents 663989d3 23a43254
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ class RosAndroidPlugin implements Plugin<Project> { ...@@ -11,7 +11,7 @@ class RosAndroidPlugin implements Plugin<Project> {
void apply(Project project) { void apply(Project project) {
project.apply plugin: "ros" project.apply plugin: "ros"
project.extensions.create("rosandroid", RosAndroidPluginExtension) project.extensions.create("rosandroid", RosAndroidPluginExtension)
project.rosandroid.buildToolsVersion = "19.0.3" project.rosandroid.buildToolsVersion = "19.1.0"
// Our Maven repo 2rd parties are currently incompatible with Android JUnit. // Our Maven repo 2rd parties are currently incompatible with Android JUnit.
project.configurations.maybeCreate("compile") project.configurations.maybeCreate("compile")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment