Skip to content

Commit

Permalink
Merge pull request #99 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 Jun 14, 2024
2 parents e1abf78 + cbba01b commit ac6b781
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ buildscript {

versionCatalogUpdate {
pin {
versions.addAll("kotlin-android", "crashlytics-plugin")
versions.addAll("kotlin-android")
}
}

Expand Down
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,35 @@
about-lib = "11.2.1"
activity-compose = "1.9.0"
android-gradle-plugin = "8.4.1"
androidx-test-rules = "1.5.0"
androidx-test-runner = "1.5.2"
androidx-test-rules = "1.6.0-rc01"
androidx-test-runner = "1.6.0-rc01"
chucker = "4.0.0"
coil-compose = "2.6.0"
com-google-services = "4.4.1"
compose-bom = "2024.05.00"
com-google-services = "4.4.2"
compose-bom = "2024.06.00"
compose-constraint = "1.0.1"
compose-material3 = "1.2.1"
compose-navigation = "2.7.7"
core-ktx = "1.5.0"
core-ktx = "1.6.0-rc01"
core-ktx-version = "1.13.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"
firebase-bom = "33.1.0"
firebase-perf = "1.4.2"
hilt = "2.51.1"
hilt-nav-compose = "1.2.0"
inappupdate = "2.1.0"
junit = "4.13.2"
kotlin = "2.0.0"
kotlin-serialization = "2.0.0"
kotlinx-coroutines-android = "1.8.1"
kotlinx-serialization = "1.7.0-RC"
kotlinx-coroutines-android = "1.9.0-RC"
kotlinx-serialization = "1.7.0"
kotlinx-serialization-converter = "1.0.0"
leakcanary = "2.14"
lifecycle-runtime-ktx = "2.8.0"
lifecycle-viewmodel-compose = "2.8.1"
lifecycle-runtime-ktx = "2.8.2"
lifecycle-viewmodel-compose = "2.8.2"
mapsplatform-secrets = "2.0.1"
mockk = "1.13.11"
okhttp = "4.12.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Mar 02 16:34:34 CET 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit ac6b781

Please sign in to comment.