From 667659fbe6af7b1feca0a52dcf508bd58eb51164 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2019 10:30:51 +0000 Subject: [PATCH] Bump core-ktx from 1.2.0-beta02 to 1.2.0-rc01 (#598) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 48adf034..414e0d0a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -125,7 +125,7 @@ dependencies { implementation "io.github.wulkanowy:api:0.12.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - implementation "androidx.core:core-ktx:1.2.0-beta02" + implementation "androidx.core:core-ktx:1.2.0-rc01" implementation "androidx.activity:activity-ktx:1.1.0-rc02" implementation "androidx.appcompat:appcompat:1.1.0" implementation "androidx.appcompat:appcompat-resources:1.1.0"