Update target sdk version

pull/29/head
sh123 2021-10-14 15:11:17 +03:00
rodzic fc73fde297
commit a287e5ea2d
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -12,7 +12,7 @@ buildscript {
}
android {
compileSdkVersion 28
compileSdkVersion 30
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
@ -21,7 +21,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
targetSdkVersion 30
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"