Skip to content
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
@gibumkim

Description

@gibumkim

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions