Skip to content

Commit

Permalink
Merge pull request #71 from InsanusMokrassar/2.2.0
Browse files Browse the repository at this point in the history
2.2.0
  • Loading branch information
InsanusMokrassar authored Aug 9, 2023
2 parents 1be8d94 + cbfbdc1 commit 801c27c
Show file tree
Hide file tree
Showing 39 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

## 2.2.0

* Versions
* `Kotlin`: `1.9.0`
* `Coroutines`: `1.7.3`
* `Klock`: `4.0.9`

## 2.1.2

* Versions
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ kotlin {
implementation kotlin('test-js')
}
}
androidTest {
androidUnitTest {
dependencies {
implementation kotlin('test-junit')
}
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ android.useAndroidX=true
android.enableJetifier=false


kotlin_version=1.8.22
kotlin_coroutines_version=1.7.2
kotlin_version=1.9.0
kotlin_coroutines_version=1.7.3
kotlin_serialization_version=1.5.1

dokka_version=1.8.20

klockVersion=4.0.3
klockVersion=4.0.9

## Github reease

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

## Common

version=2.1.2
android_code_version=29
version=2.2.0
android_code_version=30
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 801c27c

Please sign in to comment.