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?
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?