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
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.
The text was updated successfully, but these errors were encountered:
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:
implementation 'com.github.tizisdeepan:eventscalendar:1.6.1'
implementation("androidx.core:core-ktx:1.12.0")
Screenshots
Smartphone (please complete the following information):
minSdk = 27
targetSdk = 34
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: