Integrate Circular Progress Button via JitPack
masterTo use this library in your Android project, add the JitPack repository to your allprojects block and then add the dependency to your dependencies block in your Gradle files.
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.dmytrodanylyk:circular-progress-button:$latest'
}