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
The library declares @drawable/ic_launcher as the application:icon inside the Manifest, so it's necessary to add tools:replace="android:icon" to satisfy the merger. It's safe to remove the icon since it's not needed. I can submit a pull request later on, will you be able to review it?
The text was updated successfully, but these errors were encountered:
Hi, and thanks for an awesome library!
The library declares
@drawable/ic_launcher
as theapplication:icon
inside the Manifest, so it's necessary to addtools:replace="android:icon"
to satisfy the merger. It's safe to remove the icon since it's not needed. I can submit a pull request later on, will you be able to review it?The text was updated successfully, but these errors were encountered: