Skip to content

Commit 30df50c

Browse files
update depepndencies
1 parent 05c6d74 commit 30df50c

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## 2.5.0
44

5+
* `Version`:
6+
* `Kotlin`: `2.0.20`
7+
* `Coroutines`: `1.9.0`
8+
* `Serialization`: `1.7.3`
9+
510
## 2.4.0
611

712
* `Version`:

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ android.useAndroidX=true
99
android.enableJetifier=false
1010

1111

12-
kotlin_version=2.0.10
13-
kotlin_coroutines_version=1.8.1
14-
kotlin_serialization_version=1.7.1
12+
kotlin_version=2.0.20
13+
kotlin_coroutines_version=1.9.0
14+
kotlin_serialization_version=1.7.3
1515

1616
dokka_version=1.9.20
1717

0 commit comments

Comments
 (0)