EventsCalendar
EventsCalendar copied to clipboard
Manifest merger failed with multiple errors
Describe the bug Attribute application@appComponentFactory value=(androidx.core.app.CoreComponentFactory) from [androidx.core:core:1.12.0] AndroidManifest.xml:28:18-86 is also present at [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91 value=(android.support.v4.app.CoreComponentFactory).
Duplicate class android.support.v4.app.INotificationSideChannel found in modules core-1.12.0-runtime (androidx.core:core:1.12.0) and support-compat-28.0.0-runtime (com.android.support:support-compat:28.0.0)
To Reproduce Steps to reproduce the behavior:
- Just implement the library
implementation 'com.github.tizisdeepan:eventscalendar:1.6.1'
- Project already configure with
implementation("androidx.core:core-ktx:1.12.0")
- Just build the project
- See error
Screenshots
Smartphone (please complete the following information):
- Device: Android 10
- compileSdk = 34
- multiDexEnabled = true minSdk = 27 targetSdk = 34
Additional context Add any other context about the problem here.