diff --git a/app/build.gradle b/app/build.gradle index 1cb8485..349a3db 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,11 +2,11 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' android { - compileSdkPreview "VanillaIceCream" + compileSdk 35 defaultConfig { applicationId "net_62v.launcher" minSdkVersion 21 - targetSdk 34 + targetSdk 35 versionCode 1 versionName "1.0" android { diff --git a/build.gradle b/build.gradle index c607806..a67153c 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:8.6.0-alpha03' + classpath 'com.android.tools.build:gradle:8.6.0-alpha07' classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files