mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2025-11-14 18:30:15 +00:00
update dependencies
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
## 1.5.2
|
||||
|
||||
* `Kotlin`: `2.2.21`
|
||||
|
||||
## 1.5.1
|
||||
|
||||
* `Kotlin`: `2.2.20`
|
||||
|
||||
@@ -66,7 +66,10 @@ kotlin {
|
||||
nodejs()
|
||||
}
|
||||
androidTarget {
|
||||
publishAllLibraryVariants()
|
||||
publishLibraryVariants(
|
||||
"release",
|
||||
"debug",
|
||||
)
|
||||
compilations.all {
|
||||
kotlinOptions {
|
||||
jvmTarget = "17"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user