Skip to content

Commit

Permalink
Merge pull request #345 from InsanusMokrassar/0.20.15
Browse files Browse the repository at this point in the history
0.20.15
  • Loading branch information
InsanusMokrassar authored Nov 24, 2023
2 parents 1558b91 + eefb56b commit 05b035a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.20.15

* `Versions`:
* `Kotlin`: `1.9.20` -> `1.9.21`
* `KSLog`: `1.3.0` -> `1.3.1`
* `Compose`: `1.5.10` -> `1.5.11`

## 0.20.14

* `Versions`:
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ crypto_js_version=4.1.1
# Project data

group=dev.inmo
version=0.20.14
android_code_version=220
version=0.20.15
android_code_version=221
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]

kt = "1.9.20"
kt = "1.9.21"
kt-serialization = "1.6.1"
kt-coroutines = "1.7.3"

kslog = "1.3.0"
kslog = "1.3.1"

jb-compose = "1.5.10"
jb-compose = "1.5.11"
jb-exposed = "0.44.1"
jb-dokka = "1.9.10"

Expand All @@ -22,7 +22,7 @@ koin = "3.5.0"
okio = "3.6.0"

ksp = "1.9.20-1.0.14"
kotlin-poet = "1.14.2"
kotlin-poet = "1.15.1"

versions = "0.50.0"

Expand Down

0 comments on commit 05b035a

Please sign in to comment.