bump api version to 29
This commit is contained in:
parent
2b9466575f
commit
00df00c3d6
@ -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
|
||||
|
@ -14,7 +14,7 @@ allprojects {
|
||||
}
|
||||
}
|
||||
ext {
|
||||
compileSdkVersion = 28
|
||||
targetSdkVersion = 28
|
||||
compileSdkVersion = 29
|
||||
targetSdkVersion = 29
|
||||
minSdkVersion = 15
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user