This repository was archived by the owner on May 7, 2025. It is now read-only.
This repository was archived by the owner on May 7, 2025. It is now read-only.
Readium sdk(android) apk build error with Proguard #80
Open
Description
If do not apply the proguard the error does not occur.
but
If me apply a proguard an error occurs.
!! proguard.cfg current modifications.
-keep class org.readium.sdk.* { ;}
-keepnames class org.readium.sdk.* {;}
-keep class .R
-keepclasseswithmembers class *.R$* {
public static ;
}
-keepclassmembers class * {
@android.webkit.JavascriptInterface ;
}
-keepclasseswithmembernames class * {
native ;
}
Is there something more to add?
Please confirm.