From 1145aa191823e2f2ef89d3f196017aa815e39eb3 Mon Sep 17 00:00:00 2001 From: h4h13 Date: Tue, 18 Feb 2020 23:44:08 +0530 Subject: [PATCH] Update libs --- app/build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index cdb432bf4..b35ed2191 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"