Skip to content

Commit

Permalink
Merge pull request #122 from InsanusMokrassar/2.5.0
Browse files Browse the repository at this point in the history
2.5.0
  • Loading branch information
InsanusMokrassar authored Sep 20, 2024
2 parents 7269833 + 30df50c commit 4651a29
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.5.0

* `Version`:
* `Kotlin`: `2.0.20`
* `Coroutines`: `1.9.0`
* `Serialization`: `1.7.3`

## 2.4.0

* `Version`:
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ android.useAndroidX=true
android.enableJetifier=false


kotlin_version=2.0.10
kotlin_coroutines_version=1.8.1
kotlin_serialization_version=1.7.1
kotlin_version=2.0.20
kotlin_coroutines_version=1.9.0
kotlin_serialization_version=1.7.3

dokka_version=1.9.20

Expand All @@ -36,5 +36,5 @@ androidx_work_version=2.9.1

## Common

version=2.4.0
android_code_version=41
version=2.5.0
android_code_version=42

0 comments on commit 4651a29

Please sign in to comment.