Skip to content

Commit

Permalink
[#1012] Rin 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
l2hyunwoo committed Dec 31, 2024
1 parent 8d0c42b commit 168ee07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions feature/mypage/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ dependencies {
implementation(libs.bundles.firebase)
implementation(libs.process.phoenix)
implementation(libs.kotlin.collections.immutable)
implementation(libs.rin)
}
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ coil = "2.7.0"
lottie = "6.6.2"
dotsindicator = "5.1.0"
deepLinkDispatch = "6.2.2"
rin = "0.3.0"

google-services = "4.4.2"
crashlytics = "3.0.2"
Expand Down Expand Up @@ -183,6 +184,7 @@ profileinstaller = { group = "androidx.profileinstaller", name = "profileinstall
dotsindicator = { module = "com.tbuonomo:dotsindicator", version.ref = "dotsindicator" }
deeplink-dispatch = { group = "com.airbnb", name = "deeplinkdispatch", version.ref = "deepLinkDispatch" }
deeplink-dispatch-processor = { group = "com.airbnb", name = "deeplinkdispatch-processor", version.ref = "deepLinkDispatch" }
rin = { module = "io.github.takahirom.rin:rin", version.ref = "rin" }

[bundles]
compose = [
Expand Down

0 comments on commit 168ee07

Please sign in to comment.