From bf8a7ec7373b8384212be9fd7fa574e15d54be5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 02:05:04 +0000 Subject: [PATCH] Bump fragment-ktx from 1.4.0-alpha03 to 1.6.0-alpha04 Bumps fragment-ktx from 1.4.0-alpha03 to 1.6.0-alpha04. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-ktx dependency-type: direct:production update-type: version-update:semver-minor ... 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..4953f08 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.6.0-alpha04" 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"