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 ## 1.5.2
* `Kotlin`: `2.2.21`
## 1.5.1 ## 1.5.1
* `Kotlin`: `2.2.20` * `Kotlin`: `2.2.20`

View File

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

View File

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