Skip to content

Commit

Permalink
moneymong-323 chore: kakao sdk module version up (2.5.0 -> 2.20.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhg3410 authored and eunseo0105 committed Aug 12, 2024
1 parent 2ef253a commit a97e4dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ material = "1.10.0"
lifecycle-runtime-ktx = "2.6.2"
constraintlayout = "2.1.4"
paging = "3.2.1"
kakao-sdk = "2.20.3"

[libraries]
accompanist-systemuicontroller = { group = "com.google.accompanist", name = "accompanist-systemuicontroller", version.ref = "accompanist" }
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "androidxActivity" }
Expand Down Expand Up @@ -98,8 +100,7 @@ ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
navigation-fragment-ktx = { group = "androidx.navigation", name = "navigation-fragment-ktx", version.ref = "navigation" }
navigation-ui-ktx = { group = "androidx.navigation", name = "navigation-ui-ktx", version.ref = "navigation" }
kakao-kakaolink = { group = "com.kakao.sdk", name = "kakaolink", version = "1.30.5" }
kakao-v2-user = { group = "com.kakao.sdk", name = "v2-user", version = "2.5.0" }
kakao-v2-user = { group = "com.kakao.sdk", name = "v2-user", version.ref = "kakao-sdk" }

paging-runtime = { group = "androidx.paging", name = "paging-runtime", version.ref = "paging" }
paging-common = { group = "androidx.paging", name = "paging-common", version.ref = "paging" }
Expand Down

0 comments on commit a97e4dc

Please sign in to comment.