libpdfviewer: disable minimization

This commit is contained in:
Matéo Duparc 2024-07-18 21:56:07 +02:00
parent 48631380a7
commit 8df8522088
Signed by: hardcoresushi
GPG Key ID: AFE384344A45E13A
2 changed files with 0 additions and 5 deletions

View File

@ -51,8 +51,6 @@ android {
buildTypes {
getByName("release") {
isMinifyEnabled = true
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
if (useKeystoreProperties) {
signingConfig = signingConfigs.getByName("release")
}

View File

@ -1,3 +0,0 @@
-keepclassmembers class * {
@android.webkit.JavascriptInterface <methods>;
}