Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
agp = "9.3.1"
kotlin = "2.4.10"
okhttp = "5.4.0"
ktfmt = "0.26.0"
ktfmt = "0.27.0"
coroutines = "1.11.0"
lifecycle = "2.11.0"
coil = "3.5.0"
# Material 3 Expressive is not in any stable material3 release; the expressive
# APIs graduate through the 1.5.0 alpha line. Pinned explicitly OVER the Compose
# BOM, which resolves material3 to 1.4.0.
m3 = "1.5.0-alpha25"
m3 = "1.5.0-alpha26"
nav3 = "1.1.5"
navigationevent = "1.1.2"
# Governs every androidx.compose.* artifact below; none of them pin a version.
compose-bom = "2026.06.01"
compose-bom = "2026.08.00"

[plugins]
agp-lib = { id = "com.android.library", version.ref = "agp" }
Expand All @@ -32,7 +32,7 @@ androidx-lifecycle-viewmodel-compose = { group = "androidx.lifecycle", name = "l
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version = "1.13.0" }
androidx-core-splashscreen = { group = "androidx.core", name = "core-splashscreen", version = "1.2.0" }
# Needed to make the in-app browser honour the app's own light/dark choice.
androidx-webkit = { group = "androidx.webkit", name = "webkit", version = "1.16.0" }
androidx-webkit = { group = "androidx.webkit", name = "webkit", version = "1.17.0" }

# Compose. The BOM governs every artifact here — do not pin these individually,
# or BOM alignment is silently defeated.
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-9.6.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
Expand Down
2 changes: 1 addition & 1 deletion gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading