From 637e8cb53ea9ad39d187678e5a25ab9b5b8baf36 Mon Sep 17 00:00:00 2001 From: Katana Date: Wed, 26 Jun 2024 09:39:41 +0800 Subject: [PATCH] Upgrade dependency --- app/build.gradle | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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