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

Adding google to repository list in buildscript.gradle. #73

Merged
merged 2 commits into from
Dec 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions buildscript.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ rootProject.buildscript {
maven {
url "https://github.com/rosjava/rosjava_mvn_repo/raw/master"
}
google()
jcenter()
}
dependencies {
Expand Down
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 = "25.0.2"
project.rosandroid.buildToolsVersion = "28.0.3"

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