We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c6d74 commit 30df50cCopy full SHA for 30df50c
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## 2.5.0
4
5
+* `Version`:
6
+ * `Kotlin`: `2.0.20`
7
+ * `Coroutines`: `1.9.0`
8
+ * `Serialization`: `1.7.3`
9
+
10
## 2.4.0
11
12
* `Version`:
gradle.properties
@@ -9,9 +9,9 @@ android.useAndroidX=true
android.enableJetifier=false
-kotlin_version=2.0.10
13
-kotlin_coroutines_version=1.8.1
14
-kotlin_serialization_version=1.7.1
+kotlin_version=2.0.20
+kotlin_coroutines_version=1.9.0
+kotlin_serialization_version=1.7.3
15
16
dokka_version=1.9.20
17
0 commit comments