Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RichLinkPreview is not shwing on relaese build #16

Open
leonidas79 opened this issue Sep 15, 2019 · 0 comments
Open

RichLinkPreview is not shwing on relaese build #16

leonidas79 opened this issue Sep 15, 2019 · 0 comments

Comments

@leonidas79
Copy link

RichLinkPreview is working and showing preview in debug build in emulator and real device , but once i build a release build it's not showing preview with no error in logcat.
is there something that i should add in proguard ?

i tried this but still not working :

-ignorewarnings
-obfuscationdictionary windows.txt
-classobfuscationdictionary windows.txt
-keep class android.support.v7.internal.** { ; }
-keep class android.support.v7.
* { ; }
-keep interface android.support.v7.internal.
* { ; }
-keep interface android.support.v7.
* { ; }
-keep class dgsn.gov.ma.dgsn.model.
* { ; }
-keep class com.fasterxml.jackson.
* { *; }

-dontwarn com.squareup.okhttp.**

-keepattributes Signature
-keepattributes Annotation
-keep class okhttp3.** { ; }
-keep interface okhttp3.
* { ; }
-dontwarn okhttp3.
*
-keeppackagenames org.jsoup.nodes
-keep class io.github.ponnamkarthik.richlinkpreview.** { *; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant