diff --git a/README.md b/README.md index d906fd5ab..781c9b056 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ flutter --version Android相关版本: > JDK: 21.0.4 > gradle: 8.10.2 -> kotlin: 1.9.22 +> kotlin: 2.0.20 > minSdk: 21 > targetSdk: 34 > compileSdk: 34 diff --git a/android/app/build.gradle b/android/app/build.gradle index ef0053198..daf084773 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -96,8 +96,8 @@ flutter { } dependencies { - implementation 'androidx.annotation:annotation:1.9.0' - implementation 'org.conscrypt:conscrypt-android:2.5.2' + api 'androidx.annotation:annotation:1.9.0' + api 'org.conscrypt:conscrypt-android:2.5.2' } ext.abiCodes = ["x86_64": 1, "armeabi-v7a": 2, "arm64-v8a": 3] diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index ac7fe57c9..e82d417c0 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,7 +1,6 @@ + xmlns:tools="http://schemas.android.com/tools">