mirror of
https://github.com/Katana-Official/SPatch-Update.git
synced 2026-04-05 07:45:07 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
637e8cb53e | ||
|
|
cb600041a9 |
@@ -2,11 +2,11 @@ apply plugin: 'com.android.application'
|
|||||||
apply plugin: 'kotlin-android'
|
apply plugin: 'kotlin-android'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkPreview "VanillaIceCream"
|
compileSdk 35
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "net_62v.launcher"
|
applicationId "net_62v.launcher"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdk 34
|
targetSdk 35
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "1.0"
|
versionName "1.0"
|
||||||
android {
|
android {
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ buildscript {
|
|||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:8.3.2'
|
classpath 'com.android.tools.build:gradle:8.6.0-alpha07'
|
||||||
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0-RC1'
|
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0'
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user