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
{{ message }}
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.
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.**{ * ;}
The text was updated successfully, but these errors were encountered:
Anshika-Bansal
changed the title
Bubbles are not showing when proguard
Bubbles are not showing when proguard enable
Apr 15, 2019
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.**{ * ;}
The text was updated successfully, but these errors were encountered: