From 6ec6cac8ec1d562e0157b74eae205b998db40ca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Sep 2021 02:14:04 +0000 Subject: [PATCH] Bump fragment-ktx from 1.4.0-alpha03 to 1.4.0-alpha09 Bumps fragment-ktx from 1.4.0-alpha03 to 1.4.0-alpha09. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4d90bc3..ea4ab76 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation "androidx.recyclerview:recyclerview:1.2.1" implementation "androidx.annotation:annotation:1.3.0-alpha01" - implementation "androidx.fragment:fragment-ktx:1.4.0-alpha03" + implementation "androidx.fragment:fragment-ktx:1.4.0-alpha09" implementation "androidx.constraintlayout:constraintlayout:2.1.0-beta02" implementation "com.google.android.material:material:1.4.0-rc01" implementation "com.mikepenz:materialdrawer:8.4.1"