Update Gradle & Kotlin & PlatformSDK

- Update Kotlin version to 1.7.0
- Update Gradle dependencies
- Merge legacy code
This commit is contained in:
2022-06-10 17:39:24 +08:00
parent 62c9982e2e
commit f5bbc312e5
10 changed files with 52 additions and 53 deletions

View File

@@ -5,7 +5,7 @@ plugins {
android {
namespace 'com.fankes.apperrorsdemo'
compileSdk 31
compileSdk 32
signingConfigs {
debug {
@@ -20,8 +20,7 @@ android {
defaultConfig {
minSdk 27
targetSdk 31
buildToolsVersion '31.0.0'
targetSdk 32
versionCode 1
versionName "1.0"
@@ -68,12 +67,10 @@ android {
}
dependencies {
implementation 'com.highcapable.yukihookapi:api:1.0.87'
implementation 'com.geyifeng.immersionbar:immersionbar:3.2.0'
implementation 'com.geyifeng.immersionbar:immersionbar-ktx:3.2.0'
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.6.0'
implementation 'com.highcapable.yukihookapi:api:1.0.92'
implementation 'androidx.core:core-ktx:1.8.0'
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'com.google.android.material:material:1.6.1'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'