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 Oct 14, 2024
1 parent 2d6c556 commit c5cccb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[versions]
androidGradlePlugin = "8.7.0"
androidGradlePlugin = "8.7.1"
# For updating Kotlin and Compose Compiler version, see:
# https:/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"
apollographql = "3.8.5"
compose = "1.6.11"
compose = "1.7.0+build1877-release-1.7"
androidxActivity = "1.9.2"
androidxSplashScreen = "1.0.1"
kotlinxCoroutines = "1.9.0"
koinBom = "4.0.0"
ktlint = "0.49.1"
kotlinxSerialization = "1.7.3"
ktor = "2.3.12"
ksp = "2.0.20-1.0.25"
ksp = "2.0.21-1.0.25"
firebaseBom = "33.4.0"
multiplatformFirebase = "2.1.0"
multiplatformSettings = "1.2.0"
Expand All @@ -29,7 +29,7 @@ kover = "0.8.3"
supabase = "2.6.1"
sqldelight = "2.0.2"
stately = "2.1.0"
logback = "1.5.9"
logback = "1.5.10"
graphqlKotlin = "8.1.0"
kotest = "5.9.1"
precompose = "1.6.2"
Expand Down

0 comments on commit c5cccb7

Please sign in to comment.