mirror of
https://github.com/Katana-Official/SPatch-Update.git
synced 2026-03-27 06:19:44 +08:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e8e4406e5b | ||
|
|
0baa46355c | ||
|
|
c518603ca3 | ||
|
|
9eb797d28d |
@@ -2,11 +2,11 @@ apply plugin: 'com.android.application'
|
|||||||
apply plugin: 'kotlin-android'
|
apply plugin: 'kotlin-android'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdk 34
|
compileSdkPreview "VanillaIceCream"
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "net_62v.launcher"
|
applicationId "net_62v.launcher"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdk 34
|
targetSdkPreview "VanillaIceCream"
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "1.0"
|
versionName "1.0"
|
||||||
android {
|
android {
|
||||||
@@ -55,6 +55,9 @@ android {
|
|||||||
jvmTarget = '1.8'
|
jvmTarget = '1.8'
|
||||||
}
|
}
|
||||||
namespace 'com.android.launcher'
|
namespace 'com.android.launcher'
|
||||||
|
buildFeatures {
|
||||||
|
buildConfig true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|||||||
@@ -2121,7 +2121,7 @@ public class LauncherModel extends BroadcastReceiver {
|
|||||||
});
|
});
|
||||||
try {
|
try {
|
||||||
MetaPackageManager.acquireObtainAppSplash();
|
MetaPackageManager.acquireObtainAppSplash();
|
||||||
} catch (RemoteException e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ buildscript {
|
|||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:8.2.1'
|
classpath 'com.android.tools.build:gradle:8.2.2'
|
||||||
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0-Beta2'
|
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0-Beta4'
|
||||||
// classpath 'com.android.tools.build:gradle-experimental:3.3.2'
|
// classpath 'com.android.tools.build:gradle-experimental:3.3.2'
|
||||||
// classpath 'com.trend.lazyinject:aopweave:3.4.0-beta'
|
// classpath 'com.trend.lazyinject:aopweave:3.4.0-beta'
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
|
|||||||
@@ -20,6 +20,5 @@ android.enableJetifier=true
|
|||||||
# Kotlin code style for this project: "official" or "obsolete":
|
# Kotlin code style for this project: "official" or "obsolete":
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
android.injected.testOnly=false
|
android.injected.testOnly=false
|
||||||
android.defaults.buildfeatures.buildconfig=true
|
|
||||||
android.nonTransitiveRClass=false
|
android.nonTransitiveRClass=false
|
||||||
android.nonFinalResIds=false
|
android.nonFinalResIds=false
|
||||||
Reference in New Issue
Block a user