replace deprecated circular progress bar with material progress bar

This commit is contained in:
Rohit Verma 2024-08-28 09:21:40 +05:30
parent 51aa0bdff9
commit e21796938e
5 changed files with 89 additions and 73 deletions

View file

@ -47,7 +47,7 @@ dependencies {
implementation 'com.jakewharton.timber:timber:4.7.1'
implementation 'com.github.deano2390:MaterialShowcaseView:1.2.0'
implementation 'com.dinuscxj:circleprogressbar:1.1.1'
implementation "com.google.android.material:material:1.9.0"
implementation 'com.karumi:dexter:5.0.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'