aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
-rw-r--r--app/build.gradle2
2 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index cfab4017..277312af 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,10 @@
language: android
-
+jdk: oraclejdk8
android:
components:
- platform-tools
- tools
- - build-tools-24.0.1
+ - build-tools-24.0.2
- android-24
- extra-google-m2repository
- extra-android-m2repository
diff --git a/app/build.gradle b/app/build.gradle
index 1eafebbe..00636b1d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'eclipse'
android {
compileSdkVersion 24
- buildToolsVersion '24.0.1'
+ buildToolsVersion '24.0.2'
defaultConfig {
applicationId "com.zeapo.pwdstore"
minSdkVersion 15