Skip to content

Commit

Permalink
fix(deps): update dependency com.airbnb.android:lottie to v6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 27, 2024
1 parent ca8ac07 commit ffa9e77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lottie/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.airbnb.android:lottie:6.1.0'
implementation 'com.airbnb.android:lottie:6.4.1'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'

debugImplementation("androidx.fragment:fragment-testing:1.6.2")
Expand Down
2 changes: 1 addition & 1 deletion vision-qr-code-scanner/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.google.android.gms:play-services-vision:20.1.3'
implementation 'com.airbnb.android:lottie:6.1.0'
implementation 'com.airbnb.android:lottie:6.4.1'
testImplementation 'junit:junit:4.13.2'

androidTestImplementation 'androidx.test:core:1.5.0'
Expand Down

0 comments on commit ffa9e77

Please sign in to comment.