From 2a7a472d90f70a0e6574d09b8f4fac2a89b3716d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2019 16:07:36 +0000 Subject: [PATCH] Bump fragment-ktx from 1.2.0-rc02 to 1.2.0-rc03 (#610) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c1e09200..e982999a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -129,7 +129,7 @@ dependencies { implementation "androidx.activity:activity-ktx:1.1.0-rc03" implementation "androidx.appcompat:appcompat:1.1.0" implementation "androidx.appcompat:appcompat-resources:1.1.0" - implementation "androidx.fragment:fragment-ktx:1.2.0-rc02" + implementation "androidx.fragment:fragment-ktx:1.2.0-rc03" implementation "androidx.annotation:annotation:1.1.0" implementation "androidx.multidex:multidex:2.0.1"