From 5a9a694c331b98458a7cb09e34fcd385c735283c Mon Sep 17 00:00:00 2001 From: Katana Date: Mon, 13 Jan 2025 12:30:46 +0800 Subject: [PATCH] Support Android 16 --- app/build.gradle | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4cc00ca..a32a9e4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' android { - compileSdk 35 + compileSdkPreview "Baklava" defaultConfig { applicationId "net_62v.launcher" minSdkVersion 21 diff --git a/build.gradle b/build.gradle index 69b859e..067773e 100644 --- a/build.gradle +++ b/build.gradle @@ -7,8 +7,8 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:8.7.2' - classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20' + classpath 'com.android.tools.build:gradle:8.8.0' + classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20-Beta1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }