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
Adding R8 to our application, it seems there's some reflection being done in Squeaky, so the following rule was necessary to retain what was being accessed:
-keep class co.jasonwyatt.squeaky.DatabaseHelper { *; }
It'd be a handy improvement if rules could be bundled with the library.
The text was updated successfully, but these errors were encountered:
Thanks! Ultimately I'd like to remove the reflection all-together and use annotation processing. Hopefully I'll have some time to devote to that in the next few months.
Adding R8 to our application, it seems there's some reflection being done in Squeaky, so the following rule was necessary to retain what was being accessed:
It'd be a handy improvement if rules could be bundled with the library.
The text was updated successfully, but these errors were encountered: