From 0f77973b46766bb7c970853e6a7b212478ff4f2a Mon Sep 17 00:00:00 2001 From: Rafael Chagas Date: Tue, 12 May 2020 01:32:21 +0200 Subject: [PATCH] Update just libraries Signed-off-by: Rafael Chagas --- library/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index c1c14de..6514993 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" // KTX - implementation 'androidx.core:core-ktx:1.3.0-alpha01' + implementation 'androidx.core:core-ktx:1.3.0-rc01' // Anko Commons implementation "org.jetbrains.anko:anko-commons:0.10.8" @@ -50,7 +50,7 @@ dependencies { // Support library implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4' - implementation 'com.google.android.material:material:1.2.0-alpha05' + implementation 'com.google.android.material:material:1.2.0-alpha06' // Android architecture components implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' @@ -86,9 +86,9 @@ dependencies { // 3rd party implementation 'com.github.mcginty:material-colors:1.1.0' - implementation 'com.karumi:dexter:6.0.2' + implementation 'com.karumi:dexter:6.1.0' testImplementation 'junit:junit:4.13' - androidTestImplementation 'androidx.test:runner:1.3.0-alpha04' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0-alpha04' + androidTestImplementation 'androidx.test:runner:1.3.0-beta01' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0-beta01' }