Revert androidx.fragment:fragment-ktx:1.2.5

This commit is contained in:
J-Jamet
2021-03-08 18:03:20 +01:00
parent f32c944d31
commit 073ccb9b52

View File

@@ -119,7 +119,7 @@ dependencies {
implementation 'androidx.biometric:biometric:1.1.0-rc01'
// Lifecycle - LiveData - ViewModel - Coroutines
implementation "androidx.core:core-ktx:1.3.2"
implementation 'androidx.fragment:fragment-ktx:1.3.0'
implementation 'androidx.fragment:fragment-ktx:1.2.5'
implementation 'com.google.android.material:material:1.3.0'
// Database
implementation "androidx.room:room-runtime:$room_version"