diff --git a/app/build.gradle b/app/build.gradle index cdb432bf..b35ed219 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -129,12 +129,11 @@ dependencies { implementation 'androidx.preference:preference:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - implementation 'androidx.core:core-ktx:1.1.0' - implementation 'androidx.fragment:fragment:1.2.0' + implementation 'androidx.core:core-ktx:1.2.0' + implementation 'androidx.fragment:fragment:1.2.1' implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation 'com.google.android.material:material:1.2.0-alpha04' - implementation 'com.google.android.play:core:1.6.4' def retrofit_version = "2.6.2" implementation "com.squareup.retrofit2:retrofit:$retrofit_version"