mirror of
https://github.com/FossifyOrg/Contacts.git
synced 2026-02-07 22:22:47 -05:00
build: add r8 rules for ezvard
This commit is contained in:
@@ -74,7 +74,7 @@ android {
|
||||
isMinifyEnabled = true
|
||||
isShrinkResources = true
|
||||
proguardFiles(
|
||||
getDefaultProguardFile("proguard-android.txt"),
|
||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
||||
"proguard-rules.pro"
|
||||
)
|
||||
if (keystorePropertiesFile.exists() || hasSigningVars()) {
|
||||
|
||||
3
app/proguard-rules.pro
vendored
3
app/proguard-rules.pro
vendored
@@ -3,3 +3,6 @@
|
||||
-keep enum ezvcard.VCardVersion { *; }
|
||||
-dontwarn ezvcard.io.json.**
|
||||
-dontwarn freemarker.**
|
||||
-keep class ezvcard.parameter.** {
|
||||
<init>(...);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user