Skip to content
Open
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
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]
agp = "9.3.1"
agp = "9.4.0"
kotlin = "2.4.10"
okhttp = "5.5.0"
ktfmt = "0.27.0"
coroutines = "1.11.0"
lifecycle = "2.11.0"
coil = "3.5.0"
coil = "3.6.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-alpha26"
m3 = "1.5.0-alpha27"
nav3 = "1.1.6"
navigationevent = "1.1.2"
# Governs every androidx.compose.* artifact below; none of them pin a version.
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-9.7.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.1-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
Expand Down
Loading