Mobile Generate new root certificate (#185)

This commit is contained in:
wanghongenpin
2024-07-23 19:57:23 +08:00
parent adcfc5eddc
commit 134d9efa89
14 changed files with 76 additions and 50 deletions

View File

@@ -31,7 +31,8 @@ if (keystorePropertiesFile.exists()) {
android {
namespace "com.network.proxy"
compileSdk flutter.compileSdkVersion
ndkVersion flutter.ndkVersion
// ndkVersion flutter.ndkVersion
ndkVersion "26.1.10909125"
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
@@ -89,4 +90,4 @@ flutter {
dependencies {
implementation group: 'com.github.ben-manes.caffeine', name: 'guava', version: '3.1.8'
}
}

View File

@@ -5,4 +5,6 @@
-keep class io.flutter.view.** { *; }
-keep class io.flutter.** { *; }
-keep class io.flutter.plugins.** { *; }
-keep class de.prosiebensat1digital.** { *; }
-keep class de.prosiebensat1digital.** { *; }
-dontwarn com.google.android.play.core.**