Circular-ProgressBar-Example

allprojects { repositories { maven { url 'https://jitpack.io' } } }

dependencies {
        implementation 'com.github.anikdey:Circular-ProgressBar-Example:Tag'
}