Skip to content

Commit

Permalink
build: update libraries version
Browse files Browse the repository at this point in the history
  • Loading branch information
ujizin committed Aug 4, 2024
1 parent f16f8ba commit ddbd5b6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,38 @@

kotlin = "1.9.23"
gradle = "8.2.2"
compose = "1.6.7"
compose-bom = "2024.05.00"
compose = "1.6.8"
compose-bom = "2024.06.00"
compose-compiler = "1.5.13"
androidx-lifecyle = "2.7.0"
androidx-lifecyle = "2.8.4"
material3 = "1.2.1"
material = "1.12.0"
coroutines = "1.8.0"
androidx-core = "1.13.1"
splashscreen = "1.0.1"
appcompat = "1.6.1"
espresso = "3.5.1"
appcompat = "1.7.0"
espresso = "3.6.1"
junit = "4.13.2"
android-junit = "1.1.5"
android-junit = "1.2.1"
hilt = "2.51.1"
hilt-compose = "1.2.0"
room = "2.6.1"
ksp = "1.9.23-1.0.20"
navigation-compose = "2.7.7"
datastore = "1.1.1"
kotlinx-serialization = "1.5.0"
kotlinx-serialization = "1.5.1"
ktlint = "0.48.2"
detekt = "1.22.0"
coil = "2.5.0"
accompanist = "0.32.0"
test-runner = "1.5.2"
test-core-ktx = "1.5.0"
mockk = "1.12.3"
test-runner = "1.6.1"
test-core-ktx = "1.6.1"
mockk = "1.13.5"
camposer = "0.4.0"
spotless = "6.25.0"
google-services = "4.4.1"
google-services = "4.4.2"
google-review = "2.0.1"
firebase-bom = "32.7.2"
firebase-bom = "33.1.2"
firebase-crashlytics = "2.9.9"

[libraries]
Expand Down

0 comments on commit ddbd5b6

Please sign in to comment.