We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66acb3 commit f56215eCopy full SHA for f56215e
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 2.2.4
4
+
5
+* `Versions`
6
+ * `Kotlin`: `1.9.21`
7
+ * `Serialization`: `1.6.1`
8
9
## 2.2.3
10
11
**THIS UPDATE CONTAINS UPGRADE OF USED JDK UP TO 17**
gradle.properties
@@ -9,9 +9,9 @@ android.useAndroidX=true
android.enableJetifier=false
12
-kotlin_version=1.9.20
+kotlin_version=1.9.21
13
kotlin_coroutines_version=1.7.3
14
-kotlin_serialization_version=1.6.0
+kotlin_serialization_version=1.6.1
15
16
dokka_version=1.9.10
17
@@ -36,5 +36,5 @@ androidx_work_version=2.8.1
36
37
## Common
38
39
-version=2.2.3
40
-android_code_version=33
+version=2.2.4
+android_code_version=34
0 commit comments