diff --git a/.travis.yml b/.travis.yml index dca2673..020910e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,12 @@ jdk: android: components: - - tools # important to always do this first, since the version installed of platform-tools below depends on it - platform-tools - - build-tools-24.0.0 - - android-24 + - tools + - extra-android-m2repository + - extra-google-m2repository + - build-tools-27.0.3 + - android-27 env: global: diff --git a/WhenRobo/build.gradle b/WhenRobo/build.gradle index 55403df..be948da 100644 --- a/WhenRobo/build.gradle +++ b/WhenRobo/build.gradle @@ -30,6 +30,7 @@ dependencies { provided "org.roboguice:roboguice:$roboGuiceVersion" provided "org.roboguice:roboblender:$roboGuiceVersion" + annotationProcessor "org.roboguice:roboblender:$roboGuiceVersion" } project.tasks.withType(JavaCompile) { task -> diff --git a/build.gradle b/build.gradle index 23da677..d0530da 100644 --- a/build.gradle +++ b/build.gradle @@ -5,6 +5,7 @@ allprojects { repositories { jcenter() mavenCentral() + google() } @@ -14,6 +15,8 @@ buildscript { repositories { jcenter() mavenCentral() + google() + } dependencies { diff --git a/gradle.properties b/gradle.properties index 1520c58..d5255c7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,11 +1,11 @@ httpmimeVersion=4.5.2 coverallsGradlePluginVersion=2.6.3 -compileSdkVersionProp=24 -buildToolsVersionProp=24.0.0 -androidGradleVersion=2.1.2 -targetSdkVersionProp=24 -supportVersion=24.0.0 +compileSdkVersionProp=27 +targetSdkVersionProp=27 +buildToolsVersionProp=27.0.3 +androidGradleVersion=3.1.0 +supportVersion=27.0.2 groovyVersion=2.4.6 junitVersion=4.12 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index c3e0b36..2523ba0 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip