From 8c0a67fb38fa8147108f172db1d0e5cd2dd72897 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 21 Jul 2021 18:02:04 +0000 Subject: [PATCH] Update dependency androidx.fragment:fragment-ktx to v1.3.6 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 53ae2a54..33040310 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -187,7 +187,7 @@ dependencies { implementation "androidx.core:core:$core_version" // Fragment - implementation "androidx.fragment:fragment-ktx:1.3.5" + implementation "androidx.fragment:fragment-ktx:1.3.6" // Lifecycle implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"