mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2025-12-16 09:55:48 +00:00
Compare commits
9 Commits
v2.2.6
...
aa72640ade
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aa72640ade | ||
|
|
4f6e6537a6 | ||
| b5dcdc185f | |||
| 8df9f9c086 | |||
| 484f46223f | |||
| 1ce654fa06 | |||
| 6da04f54da | |||
| e1d716688a | |||
| e247de9e24 |
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,5 +1,16 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2.2.8
|
||||||
|
|
||||||
|
* `Version`:
|
||||||
|
* `Coroutines`: `1.8.0`
|
||||||
|
|
||||||
|
## 2.2.7
|
||||||
|
|
||||||
|
* `Version`:
|
||||||
|
* `Klock`: `5.3.1`
|
||||||
|
* `AndroidXWork`: `2.9.0`
|
||||||
|
|
||||||
## 2.2.6
|
## 2.2.6
|
||||||
|
|
||||||
**Since this version klock depdendency replaced with `com.soywiz.korge:korlibs-time`**
|
**Since this version klock depdendency replaced with `com.soywiz.korge:korlibs-time`**
|
||||||
|
|||||||
@@ -18,13 +18,13 @@ if (new File(projectDir, "secret.gradle").exists()) {
|
|||||||
githubRelease {
|
githubRelease {
|
||||||
token "${project.property('GITHUB_RELEASE_TOKEN')}"
|
token "${project.property('GITHUB_RELEASE_TOKEN')}"
|
||||||
|
|
||||||
owner "InsanusMokrassar"
|
owner = "InsanusMokrassar"
|
||||||
repo "${rootProject.name}"
|
repo = "${rootProject.name}"
|
||||||
|
|
||||||
tagName "v${project.version}"
|
tagName = "v${project.version}"
|
||||||
releaseName "${project.version}"
|
releaseName = "${project.version}"
|
||||||
targetCommitish "${project.version}"
|
targetCommitish = "${project.version}"
|
||||||
|
|
||||||
body getCurrentVersionChangelog("${project.version}")
|
body = getCurrentVersionChangelog("${project.version}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,16 +10,16 @@ android.enableJetifier=false
|
|||||||
|
|
||||||
|
|
||||||
kotlin_version=1.9.22
|
kotlin_version=1.9.22
|
||||||
kotlin_coroutines_version=1.7.3
|
kotlin_coroutines_version=1.8.0
|
||||||
kotlin_serialization_version=1.6.2
|
kotlin_serialization_version=1.6.2
|
||||||
|
|
||||||
dokka_version=1.9.10
|
dokka_version=1.9.10
|
||||||
|
|
||||||
klockVersion=5.3.0
|
klockVersion=5.3.2
|
||||||
|
|
||||||
## Github reease
|
## Github reease
|
||||||
|
|
||||||
github_release_plugin_version=2.4.1
|
github_release_plugin_version=2.5.2
|
||||||
|
|
||||||
## Android
|
## Android
|
||||||
|
|
||||||
@@ -32,9 +32,9 @@ junit_version=4.12
|
|||||||
test_ext_junit_version=1.1.3
|
test_ext_junit_version=1.1.3
|
||||||
espresso_core=3.4.0
|
espresso_core=3.4.0
|
||||||
|
|
||||||
androidx_work_version=2.8.1
|
androidx_work_version=2.9.0
|
||||||
|
|
||||||
## Common
|
## Common
|
||||||
|
|
||||||
version=2.2.6
|
version=2.2.8
|
||||||
android_code_version=36
|
android_code_version=38
|
||||||
|
|||||||
Reference in New Issue
Block a user