Skip to content

Commit e92a168

Browse files
committed
bumped kotlin and dependancies.
1 parent eafd4f4 commit e92a168

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

gradle/libs.versions.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
[versions]
2-
agp = "8.6.0"
3-
androidx-test-core = "1.6.1"
4-
androidx-test-junit = "1.2.1"
5-
androidx-test-runner = "1.6.2"
6-
ben-manes-versions = "0.51.0"
2+
agp = "8.11.1"
3+
androidx-test-core = "1.7.0"
4+
androidx-test-junit = "1.3.0"
5+
androidx-test-runner = "1.7.0"
6+
ben-manes-versions = "0.52.0"
77
firebase-bom = "33.10.0"
88
gitlive-firebase-java-sdk = "0.4.6"
9-
gson = "2.11.0"
9+
gson = "2.13.1"
1010
junit = "4.13.2"
11-
kotlin = "2.0.21"
12-
kotlinx-coroutines = "1.9.0"
13-
kotlinx-serialization = "1.7.2"
14-
kotlinx-binarycompatibilityvalidator = "0.16.3"
15-
kotlinx-datetime = "0.6.1"
16-
kotlinter = "4.4.1"
11+
kotlin = "2.2.0"
12+
kotlinx-coroutines = "1.10.2"
13+
kotlinx-serialization = "1.9.0"
14+
kotlinx-binarycompatibilityvalidator = "0.18.1"
15+
kotlinx-datetime = "0.7.1"
16+
kotlinter = "5.2.0"
1717
settings-api = "2.0"
1818
settings-language = "2.0"
1919
firebase-cocoapods = "11.4.0"
2020
ios-deploymentTarget = "13.0"
2121
test-logger-plugin = "4.0.0"
22-
dokka = "1.9.20"
22+
dokka = "2.0.0"
2323

2424
[libraries]
2525
android-gradle-plugin = { module = "com.android.tools.build:gradle", version.ref = "agp" }

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

0 commit comments

Comments
 (0)