From 4d00b2f8ce05f79e499eb5d59192bcef87ddc8e8 Mon Sep 17 00:00:00 2001 From: arkon Date: Sat, 31 Oct 2020 10:14:25 -0400 Subject: [PATCH] Update dependencies (cherry picked from commit 6675508b2457178295401aae09368af2c3d1bd4b) # Conflicts: # app/build.gradle --- app/build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 04cad0a3a..0de62d060 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -146,13 +146,13 @@ dependencies { implementation 'androidx.annotation:annotation:1.2.0-alpha01' implementation 'androidx.appcompat:appcompat:1.3.0-alpha02' implementation 'androidx.biometric:biometric:1.1.0-beta01' - implementation 'androidx.browser:browser:1.3.0-alpha06' + implementation 'androidx.browser:browser:1.3.0-beta01' implementation 'androidx.cardview:cardview:1.0.0' - implementation 'androidx.constraintlayout:constraintlayout:2.0.2' + implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0' implementation 'androidx.core:core-ktx:1.4.0-alpha01' implementation 'androidx.multidex:multidex:2.0.1' - implementation 'androidx.preference:preference:1.1.1' + implementation 'androidx.preference:preference-ktx:1.1.1' implementation 'androidx.recyclerview:recyclerview:1.2.0-alpha06' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01' @@ -162,7 +162,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-runtime-ktx:$lifecycle_version" // Job scheduling - final work_version = '2.5.0-alpha02' + final work_version = '2.5.0-beta01' implementation "androidx.work:work-runtime:$work_version" implementation "androidx.work:work-runtime-ktx:$work_version" @@ -217,13 +217,13 @@ dependencies { implementation 'com.github.gabrielemariotti.changeloglib:changelog:2.1.0' // Database - implementation 'androidx.sqlite:sqlite:2.1.0' + implementation 'androidx.sqlite:sqlite-ktx:2.1.0' implementation 'com.github.inorichi.storio:storio-common:8be19de@aar' implementation 'com.github.inorichi.storio:storio-sqlite:8be19de@aar' implementation 'io.requery:sqlite-android:3.33.0' // Preferences - implementation 'com.github.tfcporciuncula.flow-preferences:flow-preferences:1.3.2' + implementation 'com.github.tfcporciuncula.flow-preferences:flow-preferences:1.3.3' // Model View Presenter final nucleus_version = '3.0.0'