Jay-Goo / RangeSeekBar

 A beautiful and powerful SeekBar what supports single、 range、steps、vetical、custom( 一款美观强大的支持单向、双向范围选择、分步、垂直、高度自定义的SeekBar)
Apache License 2.0
2.51k stars 386 forks source link

Add dependency to new project #165

Open AbdullahJaved-dev opened 3 years ago

AbdullahJaved-dev commented 3 years ago

Need to update the library to AndroidX as many manifest merger failing issues occur while integrating this library into a new project.

Attribute application@allowBackup value=(false) from AndroidManifest.xml:17:9-36 is also present at [com.github.Jay-Goo:RangeSeekBar:3.0.0] AndroidManifest.xml:12:9-35 value=(true). Suggestion: add 'tools:replace="android:allowBackup"' to <application> element at AndroidManifest.xml:15:5-96:19 to override.

thiago-you commented 3 months ago

Hi @, how you guys doing?

I ported this library with updated dependencies and configurations, also moved out from JCenter do use Jitpack.io:

https://github.com/thiago-you/range-seekbar

Check it out!