From ff8d55d4f81e16968ad5a8fa794a38714998998b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 13:08:02 +0000 Subject: [PATCH] Bump fragment-ktx from 1.2.0-rc01 to 1.2.0-rc02 (#585) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c833dce3..487f0a19 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -130,7 +130,7 @@ dependencies { 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-rc01" + implementation "androidx.fragment:fragment-ktx:1.2.0-rc02" implementation "androidx.annotation:annotation:1.1.0" implementation "androidx.multidex:multidex:2.0.1"