Skip to content

Commit

Permalink
finish
Browse files Browse the repository at this point in the history
  • Loading branch information
l2hyunwoo committed Oct 16, 2023
1 parent 757e55d commit e6a7aaf
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,29 @@ targetSdk = "34"
appVersion = "1.0.6"
versionCode = "10006"

gradleplugin = "8.1.1"
gradleplugin = "8.1.2"

kotlin = "1.9.0"
kotlinx-serialization = "1.5.1"
kotlin = "1.9.10"
kotlinx-serialization = "1.6.0"
kotlinx-serialization-converter = "1.0.0"
kotlinx-datetime = "0.4.0"
kotlinx-coroutines = "1.7.3"

androidx-core = "1.10.1"
androidx-core = "1.12.0"
androidx-appcompat = "1.6.1"
androidx-activity = "1.7.2"
androidx-activity = "1.8.0"
androidx-fragment = "1.6.1"
androidx-lifecycle = "2.6.1"
androidx-lifecycle = "2.6.2"
androidx-contstraintlayout = "2.1.4"
androidx-startup = "1.1.1"
androidx-paging = "3.2.0"
androidx-paging = "3.2.1"
androidx-security = "1.0.0"
androidx-splash = "1.0.1"
androidx-compose = "1.5.0"
androidx-compose-foundation = "1.5.0"
androidx-compose = "1.5.3"
androidx-compose-foundation = "1.5.3"
androidx-compose-plugin = "1.5.1"
androidx-compose-material3 = "1.1.1"
androidx-compose-paging = "3.2.0"
androidx-compose-material3 = "1.1.2"
androidx-compose-paging = "3.2.1"
androidx-compose-hilt = "1.0.0"
androidx-compose-constraintlayout = "1.0.1"
androidx-compose-glance = "1.0.0-beta01"
Expand All @@ -38,18 +38,18 @@ androidx-test-junit = "1.1.5"
androidx-test-espresso = "3.5.1"
desugarJdk = "2.0.3"

google-material = "1.9.0"
google-material = "1.10.0"
google-oss-plugin = "0.10.6"
goolge-oss = "17.0.1"
google-admob = "22.2.0"
google-admob = "22.4.0"
google-inappupdate = "2.1.0"
google-services-plugin = "4.3.15"
google-services-plugin = "4.4.0"
google-appdistribution-plugin = "4.0.0"
google-crashlytics-plguin = "2.9.8"
google-firebase = "32.2.2"
google-crashlytics-plguin = "2.9.9"
google-firebase = "32.3.1"
google-secrets-gradle-plugin = "2.0.1"

meta-flipper = "0.213.0"
meta-flipper = "0.226.0"
meta-soloader = "0.10.5"
meta-leakcanary = "2.12"

Expand All @@ -59,7 +59,7 @@ coil = "2.4.0"
retrofit = "2.9.0"
okhttp = "4.11.0"
timber = "5.0.1"
kakao = "2.15.0"
kakao = "2.17.0"
skydoves-progressview = "1.1.3"
skydoves-balloon = "1.5.4"
lottie = "6.1.0"
Expand All @@ -69,7 +69,7 @@ leakcanary = "2.12"

junit = "4.13.2"

hilt = "2.47"
hilt = "2.48.1"

[libraries]
android-build = { module = "com.android.tools.build:gradle", version.ref = "gradleplugin" }
Expand Down

0 comments on commit e6a7aaf

Please sign in to comment.