Update rules
This commit is contained in:
parent
31ba278f5e
commit
36d3d314e7
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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.** { *; }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue