try to fix the travis build :/
This commit is contained in:
parent
fd56da5c6e
commit
8c87118e7e
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue