Skip to content

Commit 8c3aae5

Browse files
Update all dependencies (#69)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4af0883 commit 8c3aae5

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Fruitties/gradle/libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,33 @@
1313
# limitations under the License.
1414

1515
[versions]
16-
agp = "8.10.1"
16+
agp = "8.11.0"
1717
androidx-activityCompose = "1.10.1"
1818
androidx-paging = "3.3.6"
19-
nav3Core = "1.0.0-alpha01"
20-
lifecycleViewmodelNav3 = "1.0.0-alpha01"
19+
nav3Core = "1.0.0-alpha05"
20+
lifecycleViewmodelNav3 = "1.0.0-alpha03"
2121
kotlinxSerializationCore = "1.9.0"
22-
androidx-room = "2.7.1"
22+
androidx-room = "2.7.2"
2323
androidx-lifecycle = "2.9.1"
2424
atomicfu = "0.29.0"
25-
composeBom = "2025.06.00"
25+
composeBom = "2025.06.01"
2626
dataStore = "1.1.7"
2727
kotlin = "2.2.0"
2828
kotlinx-coroutines = "1.10.2"
2929
kotlinxDatetime = "0.7.0-0.6.x-compat"
3030
ksp = "2.2.0-2.0.2"
31-
ktorVersion = "3.1.3"
31+
ktorVersion = "3.2.1"
3232
pagingComposeAndroid = "3.3.6"
3333
skie = "0.10.4"
34-
sqlite = "2.5.1"
34+
sqlite = "2.5.2"
3535
spotless = "7.0.4"
36-
okio = "3.12.0"
37-
kermit = "2.0.4"
36+
okio = "3.15.0"
37+
kermit = "2.0.6"
3838
runner = "1.6.2"
3939
core = "1.6.1"
4040
junit = "1.2.1"
4141
materialIconsCore = "1.7.8"
42-
material3 = "1.4.0-alpha16"
42+
material3 = "1.4.0-alpha17"
4343

4444
[libraries]
4545
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }

Fruitties/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)