App: Upgrade sdk

This commit is contained in:
Katana
2024-02-20 05:18:01 +08:00
parent 0baa46355c
commit e8e4406e5b

View File

@@ -2,11 +2,11 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
android {
compileSdk 34
compileSdkPreview "VanillaIceCream"
defaultConfig {
applicationId "net_62v.launcher"
minSdkVersion 21
targetSdk 34
targetSdkPreview "VanillaIceCream"
versionCode 1
versionName "1.0"
android {