diff --git a/lottie/app/build.gradle b/lottie/app/build.gradle index 9f35f2d..a66390f 100644 --- a/lottie/app/build.gradle +++ b/lottie/app/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation 'com.airbnb.android:lottie:5.2.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - debugImplementation("androidx.fragment:fragment-testing:1.5.1") + debugImplementation("androidx.fragment:fragment-testing:1.5.2") debugImplementation("androidx.fragment:fragment-ktx:1.5.2") testImplementation 'junit:junit:4.13.2'