diff --git a/app/build.gradle b/app/build.gradle index 3b70fa18..ac79d316 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'