mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2026-04-18 14:12:28 +00:00
Compare commits
2 Commits
renovate/g
...
v1.6.1
| Author | SHA1 | Date | |
|---|---|---|---|
| d37630c1d4 | |||
| e0e97292aa |
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 1.6.1
|
||||
|
||||
* `Kotlin`: `2.3.20`
|
||||
|
||||
## 1.6.0
|
||||
|
||||
* `Kotlin`: `2.3.0`
|
||||
|
||||
@@ -10,5 +10,5 @@ org.gradle.jvmargs=-Xmx512m
|
||||
# Project data
|
||||
|
||||
group=dev.inmo
|
||||
version=1.6.0
|
||||
android_code_version=40
|
||||
version=1.6.1
|
||||
android_code_version=41
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
[versions]
|
||||
|
||||
kotlin = "2.3.0"
|
||||
kotlin = "2.3.20"
|
||||
kotlin-gradle-plugin = "8.12.+"
|
||||
|
||||
nmcp = "1.2.1"
|
||||
nmcp = "1.4.4"
|
||||
versions = "0.53.0"
|
||||
|
||||
dokka = "2.1.0"
|
||||
dokka = "2.2.0"
|
||||
|
||||
dexcount = "4.0.0"
|
||||
junit_version = "4.12"
|
||||
junit_version = "4.13.2"
|
||||
test_ext_junit_version = "1.3.0"
|
||||
espresso_core = "3.7.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user