Skip to content

Commit 1caa7ce

Browse files
committed
feat: lottie dependencies
1 parent 78c599f commit 1caa7ce

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ dependencies {
164164
implementation(libs.accompanist.permissions)
165165
implementation(libs.constraintlayout.compose)
166166

167+
implementation(libs.lottie)
168+
167169
// Compose Navigation
168170
implementation(libs.navigation.compose)
169171
androidTestImplementation(libs.navigation.testing)

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ testAndroidx = "1.6.1"
3535
turbine = "1.0.0"
3636
workRuntimeKtx = "2.10.0"
3737
zxing = "3.5.2"
38+
lottieVersion = "6.6.4"
3839

3940
[libraries]
4041
accompanist-pager-indicators = { module = "com.google.accompanist:accompanist-pager-indicators", version.ref = "accompanistPermissions" }
@@ -102,6 +103,7 @@ test-robolectric = { module = "org.robolectric:robolectric", version.ref = "robo
102103
test-turbine = { group = "app.cash.turbine", name = "turbine", version.ref = "turbine" }
103104
work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "workRuntimeKtx" }
104105
zxing = { module = "com.google.zxing:core", version.ref = "zxing" }
106+
lottie = { module = "com.airbnb.android:lottie-compose", version.ref = "lottieVersion" }
105107

106108
[plugins]
107109
android-application = { id = "com.android.application", version.ref = "agp" }

0 commit comments

Comments
 (0)