You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
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.** { *; }
The text was updated successfully, but these errors were encountered: