kofigyan/StateProgressBar

fix the issues in this implementation

Opened this issue ยท 4 comments

if you all having issues by using this implementation just add jcenter() to repositories block in your gradle file and it will run.

They also need to add this in their gradle.properties: android.enableJetifier=true to migrate it to AdnroidX

if you all having issues by using this implementation just add jcenter() to repositories block in your gradle file and it will run.

p.s.: it's the repositories block under settings.gradle file, not under build.gradle.

Add maven { url "https://jitpack.io" } this to build.gradle(Project) under repositories

Add maven { url "https://jitpack.io/" } this to build.gradle(Project) under repositories
Add the below implementation
implementation 'com.github.kofigyan:StateProgressBar:69b4192777'