From 3ea821eeacd0d9805bdbfcf678cfa97657cb8867 Mon Sep 17 00:00:00 2001 From: h4h13 Date: Thu, 6 Jun 2019 19:06:51 +0530 Subject: [PATCH] Updates libraries --- app/build.gradle | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3b70fa18b..ac79d3164 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -119,17 +119,15 @@ static def getDate() { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'androidx.multidex:multidex:2.0.1' - implementation 'androidx.fragment:fragment:1.1.0-alpha09' - implementation 'androidx.appcompat:appcompat:1.1.0-alpha05' - implementation 'androidx.recyclerview:recyclerview:1.1.0-alpha05' + implementation 'androidx.fragment:fragment:1.1.0-beta01' + implementation 'androidx.appcompat:appcompat:1.1.0-beta01' + implementation 'androidx.recyclerview:recyclerview:1.1.0-alpha06' implementation "androidx.gridlayout:gridlayout:1.0.0" implementation "androidx.cardview:cardview:1.0.0" implementation "androidx.palette:palette:1.0.0" - implementation 'androidx.annotation:annotation:1.1.0-rc01' - implementation 'androidx.preference:preference:1.1.0-alpha05' - implementation "androidx.legacy:legacy-support-v13:1.0.0" - implementation "androidx.legacy:legacy-preference-v14:1.0.0" - implementation 'com.google.android.material:material:1.1.0-alpha06' + implementation 'androidx.annotation:annotation:1.1.0' + implementation 'androidx.preference:preference:1.1.0-beta01' + implementation 'com.google.android.material:material:1.1.0-alpha07' implementation 'androidx.palette:palette-ktx:1.0.0' implementation 'com.squareup.retrofit2:retrofit:2.5.0' implementation 'com.squareup.retrofit2:converter-gson:2.5.0'