bump api version to 29

This commit is contained in:
Adrian Ulrich 2019-12-31 16:34:53 +01:00
parent 2b9466575f
commit 00df00c3d6
2 changed files with 4 additions and 4 deletions

View File

@ -15,10 +15,10 @@ android:
- tools
# The BuildTools version used
- build-tools-27.0.3
- build-tools-29.0.2
# The SDK version used
- android-28
- android-29
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock

View File

@ -14,7 +14,7 @@ allprojects {
}
}
ext {
compileSdkVersion = 28
targetSdkVersion = 28
compileSdkVersion = 29
targetSdkVersion = 29
minSdkVersion = 15
}