EventsCalendar icon indicating copy to clipboard operation
EventsCalendar copied to clipboard

Manifest merger failed with multiple errors

Open GoutamMMT opened this issue 9 months ago • 0 comments

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:

  1. Just implement the library implementation 'com.github.tizisdeepan:eventscalendar:1.6.1'
  2. Project already configure with implementation("androidx.core:core-ktx:1.12.0")
  3. Just build the project
  4. See error

Screenshots image

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.

GoutamMMT avatar May 10 '24 06:05 GoutamMMT