castorflex / SmoothProgressBar

A small Android library allowing you to have a smooth and customizable horizontal or circular indeterminate ProgressBar
Apache License 2.0
4.51k stars 1k forks source link

Use AndroidX #113

Closed marcellogalhardo closed 3 years ago

marcellogalhardo commented 4 years ago

Use AndroidX, allowing users of SmoothProgressBar library to disable Jetifier. Fixes #112

castorflex commented 3 years ago

Better late than never, I've done this directly on the dev branch with some other upgrades. You can test it with the 1.4.0-SNAPSHOT version. Thanks for the PR!