update dependencies

This commit is contained in:
InsanusMokrassar 2024-01-16 12:47:07 +06:00
parent 37a0fceb56
commit 2d397e9b12
3 changed files with 11 additions and 9 deletions

View File

@ -2,6 +2,8 @@
## 1.3.2 ## 1.3.2
* `Kotlin`: `1.9.22`
## 1.3.1 ## 1.3.1
* `Kotlin`: `1.9.21` * `Kotlin`: `1.9.21`

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 "KSLog" repo = "KSLog"
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

@ -1,7 +1,7 @@
[versions] [versions]
kotlin = "1.9.21" kotlin = "1.9.22"
kotlin-gradle-plugin = "8.1.4" kotlin-gradle-plugin = "8.2.1"
versions = "0.50.0" versions = "0.50.0"
@ -16,7 +16,7 @@ android-minSdk = "21"
android-compileSdk = "34" android-compileSdk = "34"
android-buildTools = "34.0.0" android-buildTools = "34.0.0"
github-release = "2.4.1" github-release = "2.5.2"
[libraries] [libraries]