Skip to content

Commit 0812a6d

Browse files
committed
Add: lottie 라이브러리 추가
1 parent fae767b commit 0812a6d

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ material = "1.12.0"
5151
orbit = "6.1.0"
5252
javax = "1"
5353
kakaoLogin = "2.21.4"
54+
lottie-compose = "6.6.0"
5455

5556
[libraries]
5657
## Android Gradle Plugin
@@ -117,6 +118,7 @@ kotlin-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coro
117118
## Other
118119
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
119120
kakao-v2-user = { group = "com.kakao.sdk", name = "v2-user", version.ref = "kakaoLogin" }
121+
lottie-compose = { group = "com.airbnb.android", name = "lottie-compose", version.ref = "lottie-compose" }
120122

121123
[bundles]
122124
androidx-core = [

presentation/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dependencies {
1818
implementation(libs.bundles.orbit)
1919
implementation(libs.kakao.v2.user)
2020
implementation(libs.kotlinx.serialization.json)
21+
implementation(libs.lottie.compose)
2122

2223
testImplementation(libs.junit)
2324
testImplementation(libs.kotlin.coroutines.test)

0 commit comments

Comments
 (0)