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
Just would like to highlight that when you make the final obfuscated binary, it seems it requires adding the following line in order to preserve the mappings between AndroidManifest.xml and the implementation. It would be nice if you could mention this in ReadMe. If helps, I can submit a PR.
great project btw.
-keep public class * extends es.antonborri.home_widget.HomeWidgetProvider in proguard-rules.pro
The text was updated successfully, but these errors were encountered:
Just would like to highlight that when you make the final obfuscated binary, it seems it requires adding the following line in order to preserve the mappings between AndroidManifest.xml and the implementation. It would be nice if you could mention this in ReadMe. If helps, I can submit a PR.
great project btw.
-keep public class * extends es.antonborri.home_widget.HomeWidgetProvider
inproguard-rules.pro
The text was updated successfully, but these errors were encountered: