mirror of
https://github.com/Katana-Official/SPatch-Update.git
synced 2026-03-20 05:09:45 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5a9a694c33 |
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user