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
I need to add in proguard.pro -ignorewarnings to fix it.
Warning: me.everything.providers.android.browser.Bookmark: can't find referenced field 'android.net.Uri BOOKMARKS_URI' in library class android.provider.Browser
Warning: me.everything.providers.android.browser.Search: can't find referenced field 'android.net.Uri SEARCHES_URI' in library class android.provider.Browser
Warning: there were 2 unresolved references to library class members.
You probably need to update the library versions.
(http://proguard.sourceforge.net/manual/troubleshooting.html#unresolvedlibraryclassmember)
Warning: Exception while processing task java.io.IOException: Please correct the above warnings first.
:app:transformClassesAndResourcesWithProguardForRelease FAILED
The text was updated successfully, but these errors were encountered:
I need to add in proguard.pro
-ignorewarnings
to fix it.The text was updated successfully, but these errors were encountered: