From c5ee0b9ef52f93b5c315f7579faaf55b758a2c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 02:13:12 +0000 Subject: [PATCH] Bump fragment-ktx from 1.4.0-alpha03 to 1.5.0-alpha01 Bumps fragment-ktx from 1.4.0-alpha03 to 1.5.0-alpha01. --- 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..64d4f79 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.5.0-alpha01" 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"