diff options
author | zeapo <mohamed@zenadi.com> | 2017-10-30 23:08:30 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2017-10-30 23:08:30 +0100 |
commit | db97bb7b2685a1308e3921d2967c6d2a15edf455 (patch) | |
tree | 58a07e38dc163e8446d91891e64694b7786d7c3f | |
parent | 07b74de908d0de6708f70569fa747cdcf022feaf (diff) |
update buildToolsVersion and travis
-rw-r--r-- | .travis.yml | 4 | ||||
-rw-r--r-- | app/build.gradle | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index d220db72..6140afe0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,8 @@ cache: install: - echo y | android update sdk -u -a -t tools - echo y | android update sdk -u -a -t platform-tools - - echo y | android update sdk -u -a -t build-tools-25.0.3 - - echo y | android update sdk -u -a -t android-25 + - echo y | android update sdk -u -a -t build-tools-27.0.0 + - echo y | android update sdk -u -a -t android-27 - echo y | android update sdk -u -a -t extra-google-m2repository - echo y | android update sdk -u -a -t extra-android-m2repository diff --git a/app/build.gradle b/app/build.gradle index 80948dfe..6e58dddf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'eclipse' android { compileSdkVersion 27 - buildToolsVersion '26.0.2' + buildToolsVersion '27.0.0' defaultConfig { applicationId "com.zeapo.pwdstore" minSdkVersion 16 |