Replaced material progress with Materia Design components

This commit is contained in:
Hemanth S 2020-07-15 01:17:41 +05:30
parent 06a52b1323
commit 0e81e3cb48
7 changed files with 26 additions and 143 deletions

View file

@ -149,9 +149,6 @@ dependencies {
implementation('com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.11.0@aar') {
transitive = true
}
/*UI Library*/
implementation 'me.zhanghai.android.materialprogressbar:library:1.6.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
def kotlin_coroutines_version = "1.3.3"