Skip to content

Commit f56215e

Browse files
start 2.2.4 and update dependencies
1 parent e66acb3 commit f56215e

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.2.4
4+
5+
* `Versions`
6+
* `Kotlin`: `1.9.21`
7+
* `Serialization`: `1.6.1`
8+
39
## 2.2.3
410

511
**THIS UPDATE CONTAINS UPGRADE OF USED JDK UP TO 17**

gradle.properties

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ android.useAndroidX=true
99
android.enableJetifier=false
1010

1111

12-
kotlin_version=1.9.20
12+
kotlin_version=1.9.21
1313
kotlin_coroutines_version=1.7.3
14-
kotlin_serialization_version=1.6.0
14+
kotlin_serialization_version=1.6.1
1515

1616
dokka_version=1.9.10
1717

@@ -36,5 +36,5 @@ androidx_work_version=2.8.1
3636

3737
## Common
3838

39-
version=2.2.3
40-
android_code_version=33
39+
version=2.2.4
40+
android_code_version=34

0 commit comments

Comments
 (0)