diff --git a/lottie/app/build.gradle b/lottie/app/build.gradle index eea85e7..e849429 100644 --- a/lottie/app/build.gradle +++ b/lottie/app/build.gradle @@ -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.2.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' debugImplementation("androidx.fragment:fragment-testing:1.6.2") diff --git a/vision-qr-code-scanner/app/build.gradle b/vision-qr-code-scanner/app/build.gradle index c29f19a..13a63d1 100644 --- a/vision-qr-code-scanner/app/build.gradle +++ b/vision-qr-code-scanner/app/build.gradle @@ -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.2.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:core:1.5.0'