Skip to content

Commit

Permalink
chore(deps): Bumped libs version (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob729 authored Sep 22, 2024
1 parent b101678 commit 97b1228
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
activityCompose = "1.9.0"
androidGradlePlugin = "8.5.1"
baselineProfile = "1.2.4"
benchmarkMacroJunit4 = "1.2.4"
activityCompose = "1.9.2"
androidGradlePlugin = "8.6.1"
baselineProfile = "1.3.1"
benchmarkMacroJunit4 = "1.3.1"
browser = "1.8.0"
coil = "2.7.0"
constraintlayoutCompose = "1.0.1"
Expand All @@ -12,25 +12,25 @@ espressoCore = "3.6.1"
firebaseCrashlytics = "3.0.2"
googleServices = "4.4.2"
junit = "4.13.2"
junitVersion = "1.1.5"
junitVersion = "1.2.1"
koinAndroid = "3.5.6"
kotlin = "2.0.20"
kotlinx-datetime = "0.6.0"
ksp = "2.0.0-1.0.23"
lifecycleViewmodelCompose = "2.7.0"
ksp = "2.0.20-1.0.24"
lifecycleViewmodelCompose = "2.8.6"
loggingInterceptor = "4.12.0"
moshiKotlin = "1.15.1"
navigationCompose = "2.7.7"
navigationCompose = "2.8.1"
orbitViewmodel = "9.0.0"
pluto = "2.2.2"
profileinstaller = "1.3.1"
profileinstaller = "1.4.0"
retrofit = "2.11.0"
roomRuntime = "2.6.1"
rules = "1.5.0"
rules = "1.6.1"
runtimeTracing = "1.0.0-beta01"
startupRuntime = "1.1.1"
startupRuntime = "1.2.0"
uiautomator = "2.3.0"
workRuntimeKtx = "2.9.0"
workRuntimeKtx = "2.9.1"
datastore = "1.1.1"
protobufJavalite = "4.27.2"
protobuf = "0.9.4"
Expand Down Expand Up @@ -67,11 +67,11 @@ bundle-core = { module = "com.plutolib.plugins:bundle-core", version.ref = "plut
bundle-core-no-op = { module = "com.plutolib.plugins:bundle-core-no-op", version.ref = "pluto" }
coil = { module = "io.coil-kt:coil", version.ref = "coil" }
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
compose-bom = "androidx.compose:compose-bom:2024.06.00"
compose-bom = "androidx.compose:compose-bom:2024.09.02"
compose-ui = { module = "androidx.compose.ui:ui" }
converter-moshi = { module = "com.squareup.retrofit2:converter-moshi", version.ref = "retrofit" }
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }
firebase-bom = "com.google.firebase:firebase-bom:33.1.2"
firebase-bom = "com.google.firebase:firebase-bom:33.3.0"
firebase-analytics = { module = "com.google.firebase:firebase-analytics" }
firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics" }
junit = { module = "junit:junit", version.ref = "junit" }
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 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 97b1228

Please sign in to comment.