mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-05-20 16:15:47 +08:00
Mobile Generate new root certificate (#185)
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
4
android/app/proguard-rules.pro
vendored
4
android/app/proguard-rules.pro
vendored
@@ -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.**
|
||||
|
||||
Reference in New Issue
Block a user