Merge pull request #67 from InsanusMokrassar/1.3.2

1.3.2
This commit is contained in:
InsanusMokrassar 2024-01-17 23:33:45 +06:00 committed by GitHub
commit 24adeef67b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 16 additions and 12 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## 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

@ -10,5 +10,5 @@ org.gradle.jvmargs=-Xmx512m
# Project data # Project data
group=dev.inmo group=dev.inmo
version=1.3.1 version=1.3.2
android_code_version=28 android_code_version=29

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]

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists