Update targetSdk and compileSdk up to 30

This commit is contained in:
Kirill Nayduik 2021-06-22 23:18:22 +03:00
parent 484f87c132
commit ead0336cbd
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
apply plugin: 'kotlin-android' apply plugin: 'kotlin-android'
rootProject.ext { rootProject.ext {
compileSdk = 29 compileSdk = 30
minSdk = 21 minSdk = 21
targetSdk = 29 targetSdk = 30
} }
android { android {