From e6f434592cf423a9c7400da1dbe51827e2c255bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 20:13:11 +0000 Subject: [PATCH] fix(deps): update dependency androidx.fragment:fragment-ktx to v1.5.5 --- lottie/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lottie/app/build.gradle b/lottie/app/build.gradle index a340992..ce2911f 100644 --- a/lottie/app/build.gradle +++ b/lottie/app/build.gradle @@ -41,7 +41,7 @@ dependencies { implementation 'androidx.legacy:legacy-support-v4:1.0.0' debugImplementation("androidx.fragment:fragment-testing:1.5.4") - debugImplementation("androidx.fragment:fragment-ktx:1.5.4") + debugImplementation("androidx.fragment:fragment-ktx:1.5.5") testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.4'