fix android build

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-18 18:07:33 +08:00
parent fef6a8c22a
commit 2d625e0241
2 changed files with 9 additions and 7 deletions

View File

@@ -53,12 +53,12 @@ android {
all {
signingConfig = config ?: signingConfigs["debug"]
}
// release {
// proguardFiles(
// getDefaultProguardFile("proguard-android-optimize.txt"),
// "proguard-rules.pro"
// )
// }
release {
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
}
debug {
applicationIdSuffix = ".debug"
}

View File

@@ -1 +1,3 @@
-keep class com.yalantis.ucrop.util.RectUtils { *; }
-dontwarn javax.annotation.Nullable
-dontwarn org.conscrypt.Conscrypt
-dontwarn org.conscrypt.OpenSSLProvider