1 Commits

Author SHA1 Message Date
Katana
5a9a694c33 Support Android 16 2025-01-13 12:30:46 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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
}