diff --git a/app/build.gradle b/app/build.gradle index 7bf0c26..3597aff 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 {