From 994b162ae31f98f3d1b5b260632e11644b011582 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2019 06:16:51 +0000 Subject: [PATCH] Bump activity-ktx from 1.1.0-beta01 to 1.1.0-rc01 (#567) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1cd2d534..ed6aa554 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -127,7 +127,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "androidx.core:core-ktx:1.2.0-beta01" - implementation "androidx.activity:activity-ktx:1.1.0-beta01" + implementation "androidx.activity:activity-ktx:1.1.0-rc01" implementation "androidx.appcompat:appcompat:1.1.0" implementation "androidx.appcompat:appcompat-resources:1.1.0" implementation "androidx.fragment:fragment-ktx:1.2.0-beta02"