3 Commits

Author SHA1 Message Date
Katana
637e8cb53e Upgrade dependency 2024-06-26 09:39:41 +08:00
Katana
cb600041a9 Upgrade deps 2024-05-28 11:31:04 +08:00
Katana
e76b07bfcb App: Upgrade deps 2024-04-26 16:30:01 +08:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -7,8 +7,8 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.3.1'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0-Beta5'
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
}