upgrade Material Design lib and use their new time picker (#2077)

This commit is contained in:
Konrad Pozniak 2021-02-23 20:29:02 +01:00 committed by GitHub
commit 13392258f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 34 additions and 67 deletions

View file

@ -134,7 +134,7 @@ dependencies {
implementation "androidx.room:room-rxjava2:$roomVersion"
kapt "androidx.room:room-compiler:$roomVersion"
implementation "com.google.android.material:material:1.2.1"
implementation "com.google.android.material:material:1.3.0"
implementation "com.squareup.retrofit2:retrofit:$retrofitVersion"
implementation "com.squareup.retrofit2:converter-gson:$retrofitVersion"