aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamed Zenadi <mohamed@zenadi.com>2016-10-16 21:48:45 +0200
committerMohamed Zenadi <mohamed@zenadi.com>2016-10-16 21:48:45 +0200
commit8c87118e7e40b591fbdde92758daf00a0e347871 (patch)
tree4bfaf142cff9a0ecb08772c62b3b133dfb9629c2
parentfd56da5c6e4f75668447be499de7e4a746fd62ba (diff)
try to fix the travis build :/
-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