Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed Feb 18, 2024
1 parent 484f462 commit 8df9f9c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## 2.2.8

* `Version`:
* `Coroutines`: `1.8.0`

## 2.2.7

* `Version`:
Expand Down
12 changes: 6 additions & 6 deletions github_release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ if (new File(projectDir, "secret.gradle").exists()) {
githubRelease {
token "${project.property('GITHUB_RELEASE_TOKEN')}"

owner "InsanusMokrassar"
repo "${rootProject.name}"
owner = "InsanusMokrassar"
repo = "${rootProject.name}"

tagName "v${project.version}"
releaseName "${project.version}"
targetCommitish "${project.version}"
tagName = "v${project.version}"
releaseName = "${project.version}"
targetCommitish = "${project.version}"

body getCurrentVersionChangelog("${project.version}")
body = getCurrentVersionChangelog("${project.version}")
}
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android.enableJetifier=false


kotlin_version=1.9.22
kotlin_coroutines_version=1.7.3
kotlin_coroutines_version=1.8.0
kotlin_serialization_version=1.6.2

dokka_version=1.9.10
Expand All @@ -19,7 +19,7 @@ klockVersion=5.3.1

## Github reease

github_release_plugin_version=2.4.1
github_release_plugin_version=2.5.2

## Android

Expand Down

0 comments on commit 8df9f9c

Please sign in to comment.