From 39a32990411d05817ec855835add6cdef554c0a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 02:09:17 +0000 Subject: [PATCH] Bump fragment-ktx from 1.4.0-alpha03 to 1.4.0 Bumps fragment-ktx from 1.4.0-alpha03 to 1.4.0. --- 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..55ab1e6 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" 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"