From: Damyan Ivanov Date: Fri, 29 Jan 2021 05:15:32 +0000 (+0000) Subject: bump versions of a couple of libraries X-Git-Tag: v0.17.0~214 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=373b80763a5c81c637367173d0ea2e373371bacd bump versions of a couple of libraries --- diff --git a/app/build.gradle b/app/build.gradle index c0730682..0e6979a7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -67,7 +67,7 @@ dependencies { def nav_version = '2.3.2' implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'com.google.android.material:material:1.3.0-beta01' + implementation 'com.google.android.material:material:1.3.0-rc01' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation 'androidx.recyclerview:recyclerview:1.1.0' @@ -78,7 +78,7 @@ dependencies { implementation 'com.fasterxml.jackson.module:jackson-modules-java8:2.11.3' implementation "androidx.navigation:navigation-fragment:$nav_version" implementation "androidx.navigation:navigation-ui:$nav_version" - implementation 'androidx.appcompat:appcompat:1.3.0-alpha02' + implementation 'androidx.appcompat:appcompat:1.3.0-beta01' } allprojects {