Skip to content

Commit

Permalink
[1.241.*] Pre-release merge (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
tramline-github[bot] authored Oct 1, 2024
2 parents 27af428 + 952d369 commit 2a98cd8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
kotlin = "2.0.20"
android_gradle_plugin = "8.5.2"
compose = "1.7.0-beta02"
android_gradle_plugin = "8.6.1"
compose = "1.7.0-rc01"

android_sdk_compile = "34"
android_sdk_target = "34"
Expand All @@ -10,15 +10,15 @@ android_sdk_min = "26"
sqldelight = "2.0.2"
ktor = "2.3.12"
kotlinx_coroutines = "1.9.0"
kotlinx_date_time = "0.6.0"
kotlinx_immutable_collections = "0.3.7"
kotlinx_serialization_json = "1.7.2"
kotlinx_date_time = "0.6.1"
kotlinx_immutable_collections = "0.3.8"
kotlinx_serialization_json = "1.7.3"
decompose = "3.0.0"
essenty = "2.1.0"
androidx_activity = "1.9.2"
androidx_appcompat = "1.7.0"
androidx_core = "1.13.1"
androidx_collection = "1.4.3"
androidx_collection = "1.4.4"
androidx_test_runner = "1.6.2"
androidx_test_rules = "1.6.1"
androidx_work = "2.9.1"
Expand All @@ -28,7 +28,7 @@ androidx_annotation = "1.8.2"
coil = "3.0.0-alpha09"
spotless = "6.25.0"
ktfmt = "0.44"
kotlininject = "0.7.1"
kotlininject = "0.7.2"
ksp = "2.0.20-1.0.25"
material_color_utilities = "1.0.0-alpha01"
ksoup = "0.1.2"
Expand All @@ -39,19 +39,19 @@ lyricist = "1.7.0"
atomicfu = "0.25.0"
okio = "3.9.1"
paging = "3.3.0-alpha02-0.5.1"
stately = "2.0.7"
stately = "2.1.0"
xmlutil = "0.90.1"
ktxml = "0.3.2"
uri = "0.0.18"
webview = "1.9.40-alpha03"
uuid = "0.8.4"
bugsnag-plugin = "8.1.0"
bugsnag = "6.7.0"
crashkios-bugsnag = "0.8.6"
bugsnag = "6.8.0"
crashkios-bugsnag = "0.9.0"
kermit = "2.0.4"
reorderable = "2.3.0"
reorderable = "2.3.3"
korlibs = "6.0.0"
filekit = "0.7.0"
filekit = "0.8.3"

[libraries]
compose_runtime = { module = "org.jetbrains.compose.runtime:runtime", version.ref = "compose" }
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 2a98cd8

Please sign in to comment.