Compare commits

..

10 Commits

4 changed files with 36 additions and 17 deletions

View File

@@ -1,5 +1,24 @@
# Changelog # Changelog
## 0.20.29
* `Versions`:
* `Kotlin`: `1.9.21` -> `1.9.22`
* `Compose`: `1.5.11` -> `1.5.12`
* `Korlibs`: `5.3.0` -> `5.3.1`
## 0.20.28
* `Versions`:
* `Kotlin`: `1.9.22` -> `1.9.21` (downgrade)
* `Compose`: `1.6.0-dev13691` -> `1.5.11` (downgrade)
## 0.20.27
* `Versions`:
* `Kotlin`: `1.9.21` -> `1.9.22`
* `Compose`: `1.5.11` -> `1.6.0-dev13691`
## 0.20.26 ## 0.20.26
* `Versions`: * `Versions`:

View File

@@ -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 "MicroUtils" repo = "MicroUtils"
tagName "v${project.version}" tagName = "v${project.version}"
releaseName "${project.version}" releaseName = "${project.version}"
targetCommitish "${project.version}" targetCommitish = "${project.version}"
body getCurrentVersionChangelog() body = getCurrentVersionChangelog()
} }
} }

View File

@@ -15,5 +15,5 @@ crypto_js_version=4.1.1
# Project data # Project data
group=dev.inmo group=dev.inmo
version=0.20.26 version=0.20.29
android_code_version=232 android_code_version=235

View File

@@ -1,32 +1,32 @@
[versions] [versions]
kt = "1.9.21" kt = "1.9.22"
kt-serialization = "1.6.2" kt-serialization = "1.6.2"
kt-coroutines = "1.7.3" kt-coroutines = "1.7.3"
kslog = "1.3.1" kslog = "1.3.2"
jb-compose = "1.5.11" jb-compose = "1.5.12"
jb-exposed = "0.46.0" jb-exposed = "0.46.0"
jb-dokka = "1.9.10" jb-dokka = "1.9.10"
korlibs = "5.3.0" korlibs = "5.3.1"
uuid = "0.8.2" uuid = "0.8.2"
ktor = "2.3.7" ktor = "2.3.7"
gh-release = "2.4.1" gh-release = "2.5.2"
koin = "3.5.3" koin = "3.5.3"
okio = "3.7.0" okio = "3.7.0"
ksp = "1.9.21-1.0.16" ksp = "1.9.22-1.0.17"
kotlin-poet = "1.15.3" kotlin-poet = "1.16.0"
versions = "0.50.0" versions = "0.51.0"
android-gradle = "8.2.1" android-gradle = "8.2.2"
dexcount = "4.0.0" dexcount = "4.0.0"
android-coreKtx = "1.12.0" android-coreKtx = "1.12.0"