zhanghai / MaterialProgressBar

Material Design ProgressBar with consistent appearance
Apache License 2.0
2.21k stars 279 forks source link

I can't implement the current version in Android Studio 3.4.1 #86

Closed ahuynh359 closed 5 years ago

ahuynh359 commented 5 years ago

I can't implement the library with the current version which causes the error

"ERROR: 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 element at AndroidManifest.xml:5:5-19:19 to overrid".

But when I use the 1.4.1 version, it finally works

zhanghai commented 5 years ago

Duplicate of #84.