Skip to content

Commit

Permalink
fix(deps): update gradle non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent e1b1cf0 commit 91c7104
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,13 +1,13 @@
[versions]
androidGradlePlugin = "8.7.1"
androidGradlePlugin = "8.7.2"
# For updating Kotlin and Compose Compiler version, see:
# https://github.com/JetBrains/compose-multiplatform/blob/master/VERSIONING.md#kotlin-compatibility
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin?#pre-release_kotlin_compatibility
kotlin = "2.0.21"

androidDesugarJdkLibs = "2.1.2"
androidDesugarJdkLibs = "2.1.3"
apollographql = "3.8.5"
compose = "1.7.0"
compose = "1.7.1+build1894-release-1.7.1"
androidxActivity = "1.9.3"
androidxSplashScreen = "1.0.1"
kotlinxCoroutines = "1.9.0"
Expand All @@ -29,11 +29,11 @@ kover = "0.8.3"
supabase = "2.6.1"
sqldelight = "2.0.2"
stately = "2.1.0"
logback = "1.5.11"
graphqlKotlin = "8.2.0"
logback = "1.5.12"
graphqlKotlin = "8.2.1"
kotest = "5.9.1"
precompose = "1.6.2"
coil = "3.0.0-rc01"
coil = "3.0.1"

[libraries]
androidGradlePlugin = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" }
Expand Down

0 comments on commit 91c7104

Please sign in to comment.