Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Bubbles are not showing when proguard enable #73

Open
Anshika-Bansal opened this issue Apr 15, 2019 · 1 comment
Open

Bubbles are not showing when proguard enable #73

Anshika-Bansal opened this issue Apr 15, 2019 · 1 comment

Comments

@Anshika-Bansal
Copy link

When i'm trying to release build using proguard enable . bubbles are not displaying. I used bubble picker as a library module and use following line in my progurad file.

-keep class com.igalata.bubblepicker.** { ;}
-keepclassmembers class com.igalata.bubblepicker.
* { ;}
-keep interface com.igalata.bubblepicker.
* { ;}
-dontwarn com.igalata.bubblepicker.
*
-keep class org.slf4j.**{ * ;}

@Anshika-Bansal Anshika-Bansal changed the title Bubbles are not showing when proguard Bubbles are not showing when proguard enable Apr 15, 2019
@EliotWork
Copy link

-keep class org.jbox2d.** { *; }

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

No branches or pull requests

2 participants