Skip to content

Commit

Permalink
fix(deps): update dependency androidx.fragment:fragment-ktx to v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 8, 2022
1 parent 7212ab6 commit e6f4345
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 @@ -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'
Expand Down

0 comments on commit e6f4345

Please sign in to comment.