florent37 / ShapeOfView

Give a custom shape to any android view, Material Design 2 ready
Apache License 2.0
3.12k stars 400 forks source link

version 1.4.6 is getting Gradle failed to build #51

Closed hemandroid closed 5 years ago

hemandroid commented 5 years ago

Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91 is also present at [androidx.core:core:1.0.1] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory). Suggestion: add 'tools:replace="android:appComponentFactory"' to <application> element at AndroidManifest.xml:10:5-25:19 to override.

meloveself94 commented 5 years ago

same issue even after trying to add multiDexEnabled = true, delete .gradle folder and also clean project > rebuild project

shidiqbagoes commented 5 years ago

Just migrate to android x by doing refactor Refactor>Migrate to androidX>Do Refactor and don't forget to backup you files

florent37 commented 5 years ago

the 1.4.6 uses androidX as say @shidiqbagoes just migrate