Skip to content

Commit

Permalink
[FEAT]#30: 버전 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
flash159483 committed Jul 19, 2024
1 parent bf69508 commit e320ed8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ targetSdk = "34"
versionName = "1.0.0"
versionCode = "1"

gradle-plugin = "8.5.0"
gradle-plugin = "8.5.1"
kotlin = "2.0.0"
kotlinx-serialization-json = "1.7.0"
kotlinx-collections-immutable = "0.3.7"
core-ktx = "1.13.1"
ksp = "2.0.0-1.0.22"
ktlint = "12.1.1"
detekt = "1.23.6"
kotlinx-coroutines = "1.7.1"
kotlinx-coroutines = "1.8.1"
java-inject = "1"

lifecycle-runtime-ktx = "2.8.2"
lifecycle-runtime-ktx = "2.8.3"
activity-compose = "1.9.0"
compose-bom = "2024.06.00"
lifecycle = "2.8.2"
lifecycle = "2.8.3"
navigation = "2.7.7"
hilt = "2.51.1"
hilt-navigation-compose = "1.2.0"
Expand All @@ -30,7 +30,7 @@ orbit = "8.0.0"
material = "1.12.0"
google-services = "4.4.2"
crashlytics = "3.0.2"
firebase = "33.1.1"
firebase = "33.1.2"

junit = "4.13.2"
junit-version = "1.2.1"
Expand Down

0 comments on commit e320ed8

Please sign in to comment.