mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2025-10-27 09:30:04 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 480d2c8132 | |||
| a2a73dfe83 | |||
| 4528918347 | |||
|
|
9ef93724ad | ||
| dccbd13788 |
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 1.4.1
|
||||
|
||||
* `Kotlin`: `2.1.10`
|
||||
|
||||
## 1.4.0
|
||||
|
||||
* `Kotlin`: `2.1.0`
|
||||
|
||||
@@ -10,5 +10,5 @@ org.gradle.jvmargs=-Xmx512m
|
||||
# Project data
|
||||
|
||||
group=dev.inmo
|
||||
version=1.4.0
|
||||
android_code_version=34
|
||||
version=1.4.1
|
||||
android_code_version=35
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
[versions]
|
||||
|
||||
kotlin = "2.1.0"
|
||||
kotlin = "2.1.10"
|
||||
kotlin-gradle-plugin = "8.2.2"
|
||||
|
||||
versions = "0.51.0"
|
||||
|
||||
dokka = "1.9.20"
|
||||
dokka = "2.0.0"
|
||||
|
||||
dexcount = "4.0.0"
|
||||
junit_version = "4.12"
|
||||
|
||||
Reference in New Issue
Block a user