Support Android 17

This commit is contained in:
Katana
2026-04-24 16:03:41 +08:00
parent ad9a9c3b47
commit cb84971504
3 changed files with 6 additions and 8 deletions

View File

@@ -1,12 +1,11 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
android {
compileSdkPreview "Baklava"
compileSdk 37
defaultConfig {
applicationId "net_62v.launcher"
minSdkVersion 21
targetSdk 35
targetSdk 37
versionCode 1
versionName "1.0"
android {