mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-08-01 19:50:53 +00:00
update travis config
This commit is contained in:
parent
c0cf755fe7
commit
d52f4ffb47
2 changed files with 3 additions and 3 deletions
|
|
@ -24,10 +24,10 @@ android:
|
|||
- tools
|
||||
|
||||
# The BuildTools version used by your project
|
||||
- build-tools-24.0.2
|
||||
- build-tools-24.0.3
|
||||
|
||||
# The SDK version used to compile your project
|
||||
- android-24
|
||||
- android-25
|
||||
|
||||
# Additional components
|
||||
- extra-google-google_play_services
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ dependencies {
|
|||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 24
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion "24.0.3"
|
||||
|
||||
defaultConfig {
|
||||
|
|
|
|||
Loading…
Reference in a new issue