Update targetSdk and compileSdk up to 30
This commit is contained in:
parent
484f87c132
commit
ead0336cbd
|
|
@ -1,10 +1,10 @@
|
|||
apply plugin: 'kotlin-android'
|
||||
|
||||
rootProject.ext {
|
||||
compileSdk = 29
|
||||
compileSdk = 30
|
||||
|
||||
minSdk = 21
|
||||
targetSdk = 29
|
||||
targetSdk = 30
|
||||
}
|
||||
|
||||
android {
|
||||
|
|
|
|||
Loading…
Reference in New Issue