Update rules

This commit is contained in:
FongMi 2023-06-01 13:35:35 +08:00
parent 31ba278f5e
commit 36d3d314e7
2 changed files with 4 additions and 1 deletions

View File

@ -12,6 +12,7 @@ android {
targetSdk 28 targetSdk 28
ndk { abiFilters "armeabi-v7a" } ndk { abiFilters "armeabi-v7a" }
buildConfigField("String", "CLIENT_ID", "\"${clientId}\"") buildConfigField("String", "CLIENT_ID", "\"${clientId}\"")
multiDexEnabled true
} }
buildTypes { buildTypes {

View File

@ -33,8 +33,10 @@
-keep class com.thegrizzlylabs.sardineandroid.** { *; } -keep class com.thegrizzlylabs.sardineandroid.** { *; }
# Smbj # Smbj
-keep class org.bouncycastle.** { *; }
-keep class com.hierynomus.** { *; } -keep class com.hierynomus.** { *; }
-keep class net.engio.mbassy.** { *; } -keep class net.engio.** { *; }
-keep class org.slf4j.** { *; }
# Zxing # Zxing
-keep class com.google.zxing.** { *; } -keep class com.google.zxing.** { *; }