replace deprecated circular progress bar with material progress bar

This commit is contained in:
Rohit Verma 2024-08-25 19:03:56 +05:30
parent c2c6dc26e3
commit 2223e6de3e
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.12.0"
implementation 'com.karumi:dexter:5.0.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'