Changed proguard-rules.pro.
This commit is contained in:
parent
5a8f4d6e43
commit
bf890fca62
2 changed files with 4 additions and 7 deletions
|
|
@ -44,10 +44,7 @@ android {
|
||||||
isMinifyEnabled = true // Enabling minify, test of reproducibility
|
isMinifyEnabled = true // Enabling minify, test of reproducibility
|
||||||
isShrinkResources = false
|
isShrinkResources = false
|
||||||
|
|
||||||
proguardFiles(
|
proguardFiles("proguard-rules.pro")
|
||||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
|
||||||
"proguard-rules.pro"
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
|
|
||||||
6
app/proguard-rules.pro
vendored
6
app/proguard-rules.pro
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
# Proguard-rules
|
# Proguard-rules
|
||||||
-dontwarn org.xmlpull.v1.**
|
-dontwarn android.content.res.**
|
||||||
-dontwarn com.gemalto.jp2.JP2Decoder
|
-dontwarn com.gemalto.jp2.JP2Decoder
|
||||||
-dontwarn com.google.auto.service.AutoService
|
-dontwarn com.google.auto.service.AutoService
|
||||||
-dontwarn javax.lang.model.SourceVersion
|
-dontwarn javax.lang.model.SourceVersion
|
||||||
|
|
@ -31,10 +31,10 @@
|
||||||
-dontwarn javax.lang.model.util.SimpleTypeVisitor8
|
-dontwarn javax.lang.model.util.SimpleTypeVisitor8
|
||||||
-dontwarn javax.lang.model.util.Types
|
-dontwarn javax.lang.model.util.Types
|
||||||
-dontwarn javax.tools.Diagnostic$Kind
|
-dontwarn javax.tools.Diagnostic$Kind
|
||||||
-dontwarn org.kxml2.io.**
|
-dontwarn org.kxml2.io.KXml**
|
||||||
-dontwarn android.content.res.**
|
|
||||||
-dontwarn org.slf4j.Logger
|
-dontwarn org.slf4j.Logger
|
||||||
-dontwarn org.slf4j.LoggerFactory
|
-dontwarn org.slf4j.LoggerFactory
|
||||||
|
-dontwarn org.xmlpull.v1.XmlPullParserFactory
|
||||||
|
|
||||||
# Debug rule
|
# Debug rule
|
||||||
#-keepnames class ** { *; }
|
#-keepnames class ** { *; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue