Skip to content

Commit 7e28506

Browse files
Bump lottie from 6.6.9 to 6.6.10 and remove multidex
This commit updates the Lottie animation library to version 6.6.10. Additionally, it removes the legacy multidex library, which is no longer needed.
1 parent 3746319 commit 7e28506

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ junit = "4.13.2"
1616
library = "1.3.0"
1717
libraryVersion = "1.4.0"
1818
lifecycle = "2.9.4"
19-
lottie = "6.6.9"
19+
lottie = "6.6.10"
2020
mockitoCore = "5.20.0"
2121
mockitoInline = "5.2.0"
2222
navigationUi = "2.9.5"
@@ -25,7 +25,6 @@ review = "2.0.2"
2525
volley = "1.2.1"
2626
coreKtx = "1.17.0"
2727
material = "1.14.0-alpha05"
28-
multidex = "2.0.1"
2928
playServicesAds = "24.6.0"
3029
playServicesOssLicenses = "17.3.0"
3130
codeview = "1.3.9"
@@ -41,7 +40,6 @@ androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayo
4140
androidx-core = { module = "androidx.core:core", version.ref = "coreKtx" }
4241
androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "coreSplashscreen" }
4342
androidx-gridlayout = { module = "androidx.gridlayout:gridlayout", version.ref = "gridlayout" }
44-
androidx-multidex = { module = "androidx.multidex:multidex", version.ref = "multidex" }
4543
androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragment", version.ref = "navigationUi" }
4644
androidx-preference = { module = "androidx.preference:preference", version.ref = "preference" }
4745
androidx-navigation-ui = { module = "androidx.navigation:navigation-ui", version.ref = "navigationUi" }
@@ -127,7 +125,6 @@ androidx-core = [
127125
"androidx-navigation-ui",
128126
"androidx-preference",
129127
"androidx-room-runtime",
130-
"androidx-multidex",
131128
]
132129

133130
# Lifecycle-aware AndroidX components

0 commit comments

Comments
 (0)