mirror of
https://github.com/Katana-Official/SPatch-Update.git
synced 2026-03-19 04:59:45 +08:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
022aac3d7a | ||
|
|
637e8cb53e | ||
|
|
cb600041a9 | ||
|
|
e76b07bfcb |
@@ -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 {
|
||||
@@ -39,8 +39,8 @@ android {
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
sourceCompatibility JavaVersion.VERSION_21
|
||||
targetCompatibility JavaVersion.VERSION_21
|
||||
}
|
||||
packagingOptions {
|
||||
jniLibs {
|
||||
@@ -52,7 +52,7 @@ android {
|
||||
checkReleaseBuilds false
|
||||
}
|
||||
kotlinOptions {
|
||||
jvmTarget = '1.8'
|
||||
jvmTarget = '21'
|
||||
}
|
||||
namespace 'com.android.launcher'
|
||||
buildFeatures {
|
||||
@@ -63,5 +63,5 @@ android {
|
||||
dependencies {
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation fileTree(include: ['*.aar'], dir: 'libs')
|
||||
implementation 'com.jakewharton.android.repackaged:dalvik-dx:11.0.0_r3'
|
||||
implementation 'com.jakewharton.android.repackaged:dalvik-dx:14.0.0_r21'
|
||||
}
|
||||
|
||||
@@ -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.7.0-alpha08'
|
||||
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20'
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user