kofigyan / StateProgressBar

Android library to realize the various states and transitions in a ProgressBar.
1.54k stars 233 forks source link

fix the issues in this implementation #69

Open hambog00111 opened 2 years ago

hambog00111 commented 2 years ago

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

PaoGon commented 2 years ago

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

yoofyoof commented 2 years ago

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.

bakshi-rohan commented 1 year ago

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

austonajith commented 5 months ago

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