replace LoginDialog with material-components based LoginModalBottomSheet

This commit is contained in:
2022-04-02 18:54:17 +02:00
parent 42895a6fba
commit cf435fdb72
12 changed files with 163 additions and 200 deletions

View File

@ -68,8 +68,6 @@ dependencies {
implementation 'com.github.bumptech.glide:glide:4.12.0'
implementation 'jp.wasabeef:glide-transformations:4.3.0'
implementation 'com.afollestad.material-dialogs:core:3.3.0' // TODO remove once unused
implementation 'com.afollestad.material-dialogs:bottomsheets:3.3.0' // TODO remove once unused
implementation "io.ktor:ktor-client-core:$ktor_version"
implementation "io.ktor:ktor-client-android:$ktor_version"