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.6
  • Loading branch information
renovate[bot] committed Mar 22, 2023
1 parent f9a67a0 commit 01cd1ad
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:6.0.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'

debugImplementation("androidx.fragment:fragment-testing:1.5.5")
debugImplementation("androidx.fragment:fragment-testing:1.5.6")
debugImplementation("androidx.fragment:fragment-ktx:1.5.6")

testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 01cd1ad

Please sign in to comment.