Upgrade material lib to 1.3.0

This commit is contained in:
J-Jamet
2021-03-06 14:56:30 +01:00
parent 4b1fdd0e38
commit 6357a30acb

View File

@@ -120,8 +120,7 @@ dependencies {
// Lifecycle - LiveData - ViewModel - Coroutines
implementation "androidx.core:core-ktx:1.3.2"
implementation 'androidx.fragment:fragment-ktx:1.3.0'
// WARNING: To upgrade with style, bug in edit text
implementation 'com.google.android.material:material:1.1.0'
implementation 'com.google.android.material:material:1.3.0'
// Database
implementation "androidx.room:room-runtime:$room_version"
kapt "androidx.room:room-compiler:$room_version"