From e8e4406e5bc6e3a0668d950961581ce0dc8dff3f Mon Sep 17 00:00:00 2001 From: Katana Date: Tue, 20 Feb 2024 05:18:01 +0800 Subject: [PATCH] App: Upgrade sdk --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {