Skip to content

Commit

Permalink
fix(deps): update dependency androidx.fragment:fragment-testing to v1…
Browse files Browse the repository at this point in the history
….5.2
  • Loading branch information
renovate[bot] committed Aug 10, 2022
1 parent 9d6cd84 commit 47fcec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lottie/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 47fcec0

Please sign in to comment.