Skip to content

Commit a8a006c

Browse files
committed
chore: update dependencies
1 parent e98c916 commit a8a006c

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
[versions]
22
accompanist = "0.37.3"
3-
agp = "8.11.0"
3+
agp = "8.13.0"
44
androidx-activity = "1.10.1"
5-
androidx-core = "1.16.0"
5+
androidx-core = "1.17.0"
66
androidx-splashscreen = "1.0.1"
7-
androidx-lifecycle = "2.9.1"
8-
apksig = "8.11.0"
7+
androidx-lifecycle = "2.9.3"
8+
apksig = "8.13.0"
99
axml = "1.0.1"
1010
binary-resources = "2.0.1"
1111
bouncycastle = "1.81"
12-
coil = "3.2.0"
13-
compose = "1.8.3"
12+
coil = "3.3.0"
13+
compose = "1.9.0"
1414
compose-material3 = "1.3.2"
1515
compose-pipette = "1.0.1"
1616
desugaring = "2.1.5"
1717
diff = "4.16"
1818
koin = "4.1.1"
19-
kotlin = "2.2.0"
19+
kotlin = "2.2.10"
2020
kotlinx-immutable = "0.4.0"
2121
kotlinx-serialization = "1.9.0"
22-
ktor = "3.2.1"
22+
ktor = "3.2.3"
2323
microg = "0.3.6.244735"
2424
shimmer = "1.3.3"
2525
smali = "3.0.9"

gradle/wrapper/gradle-wrapper.jar

1.65 KB
Binary file not shown.

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.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
#
4-
# Copyright © 2015-2021 the original authors.
4+
# Copyright © 2015 the original authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)