Skip to content

Commit

Permalink
Merge pull request #97 from odaridavid/create-pull-request/patch
Browse files Browse the repository at this point in the history
Update Version Catalog
  • Loading branch information
odaridavid authored May 31, 2024
2 parents ae4347f + 1fd6145 commit e1abf78
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
about-lib = "11.2.0"
about-lib = "11.2.1"
activity-compose = "1.9.0"
android-gradle-plugin = "8.4.1"
androidx-test-rules = "1.5.0"
Expand All @@ -13,8 +13,8 @@ compose-material3 = "1.2.1"
compose-navigation = "2.7.7"
core-ktx = "1.5.0"
core-ktx-version = "1.13.1"
coroutines = "1.8.1"
coroutines-test = "1.8.1"
coroutines = "1.9.0-RC"
coroutines-test = "1.9.0-RC"
crashlytics-plugin = "2.9.9"
datastore = "1.1.1"
firebase-bom = "33.0.0"
Expand All @@ -30,11 +30,11 @@ kotlinx-serialization = "1.7.0-RC"
kotlinx-serialization-converter = "1.0.0"
leakcanary = "2.14"
lifecycle-runtime-ktx = "2.8.0"
lifecycle-viewmodel-compose = "2.8.0"
lifecycle-viewmodel-compose = "2.8.1"
mapsplatform-secrets = "2.0.1"
mockk = "1.13.11"
okhttp = "4.12.0"
play-services-location = "21.2.0"
play-services-location = "21.3.0"
retrofit = "2.11.0"
truth = "1.4.2"
turbine = "1.1.0"
Expand Down Expand Up @@ -93,13 +93,13 @@ turbine = { module = "app.cash.turbine:turbine", version.ref = "turbine" }
about-lib-plugin = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "about-lib" }
com-android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
com-android-library = { id = "com.android.library", version.ref = "android-gradle-plugin" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
dagger-hilt-android = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
firebase-perf-plugin = { id = "com.google.firebase.firebase-perf", version.ref = "firebase-perf" }
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
mapsplatform-secrets-gradle-plugin = { id = "com.google.android.libraries.mapsplatform.secrets-gradle-plugin", version.ref = "mapsplatform-secrets" }
org-jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
org-jetbrains-kotlin-plugin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin-serialization" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }

[bundles]
android-test = [
Expand Down

0 comments on commit e1abf78

Please sign in to comment.