FolioReader-Android
FolioReader-Android copied to clipboard
minifyEnabled issue
Issue / Feature - Open EPUB from raw FolioReader version - 0.5.4
Steps to reproduce / Describe in detail -
- Set minifyEnabled true in release mode
- Build in release mode
- Run the built app
And app is not opening EPUB file
Here is the error message thrown on opening https://gist.github.com/abduqodirov/b216efc33837a125bdcffe1956145887
help me !facing same issue. is it fixed ?
help me !facing same issue. is it fixed ?
-ignorewarnings
-keep class * {
public private *;
}
I've fixed the issue by adding these lines to my proguard rules file. I'm not sure whether better way to fix it, but I didn't have enough time to research deeper. Let me know if you find more accurate rule for proguard