update dependencies

This commit is contained in:
2025-11-12 13:25:11 +06:00
parent 461bc92966
commit 3c4e59ddc2
3 changed files with 10 additions and 5 deletions

View File

@@ -2,6 +2,8 @@
## 1.5.2
* `Kotlin`: `2.2.21`
## 1.5.1
* `Kotlin`: `2.2.20`

View File

@@ -66,7 +66,10 @@ kotlin {
nodejs()
}
androidTarget {
publishAllLibraryVariants()
publishLibraryVariants(
"release",
"debug",
)
compilations.all {
kotlinOptions {
jvmTarget = "17"

View File

@@ -1,12 +1,12 @@
[versions]
kotlin = "2.2.20"
kotlin-gradle-plugin = "8.10.+"
kotlin = "2.2.21"
kotlin-gradle-plugin = "8.12.+"
nmcp = "1.2.0"
versions = "0.51.0"
versions = "0.53.0"
dokka = "2.0.0"
dokka = "2.1.0"
dexcount = "4.0.0"
junit_version = "4.12"