Skip to content

Commit 1c10cf8

Browse files
committed
update libs
1 parent 71b5cf8 commit 1c10cf8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ compileSdk = "35"
33
targetSdk = "35"
44
minSdk = "21"
55
jdk = "17"
6-
kotlin = "2.0.21"
6+
kotlin = "2.1.0"
77
agp = "8.7.3"
88
gms = "4.4.2"
99
crashlytics = "3.0.2"
@@ -15,7 +15,7 @@ saferoom = "1.3.0"
1515
androidSqlCipher = "4.5.4"
1616
iosSqlCipher = "4.5.4"
1717
stately = "2.0.6"
18-
koin-bom = "4.0.0"
18+
koin-bom = "4.0.1"
1919
kotlinx-serialization = "1.7.3"
2020
kotlinx-datetime = "0.6.1"
2121
napier = "2.7.1"
@@ -38,9 +38,9 @@ junit = "4.13.2"
3838
mockito = "5.14.2"
3939
turbine = "1.2.0"
4040
espresso = "3.6.1"
41-
desugar = "2.1.3"
41+
desugar = "2.1.4"
4242
androidSecurityLint = "1.0.3"
43-
appdirs = "1.2.2"
43+
appdirs = "1.3.0"
4444

4545
[libraries]
4646
coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#Sun Nov 24 22:24:04 GET 2024
1+
#Thu Jan 02 08:41:27 GET 2025
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)