mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2024-12-22 14:07:15 +00:00
commit
a170bbaa5c
@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.1.2
|
||||||
|
|
||||||
|
* `Kotlin`: `1.8.22`
|
||||||
|
|
||||||
## 1.1.1
|
## 1.1.1
|
||||||
|
|
||||||
* Rollback `KSLog` with `String` arg factory to use `DefaultKSLog`
|
* Rollback `KSLog` with `String` arg factory to use `DefaultKSLog`
|
||||||
|
@ -10,5 +10,5 @@ org.gradle.jvmargs=-Xmx512m
|
|||||||
# Project data
|
# Project data
|
||||||
|
|
||||||
group=dev.inmo
|
group=dev.inmo
|
||||||
version=1.1.1
|
version=1.1.2
|
||||||
android_code_version=20
|
android_code_version=21
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
[versions]
|
[versions]
|
||||||
|
|
||||||
kotlin = "1.8.20"
|
kotlin = "1.8.22"
|
||||||
kotlin-gradle-plugin = "7.3.1"
|
kotlin-gradle-plugin = "7.4.2"
|
||||||
|
|
||||||
dokka = "1.8.20"
|
dokka = "1.8.20"
|
||||||
|
|
||||||
dexcount = "4.0.0"
|
dexcount = "4.0.0"
|
||||||
junit_version = "4.12"
|
junit_version = "4.12"
|
||||||
test_ext_junit_version = "1.1.3"
|
test_ext_junit_version = "1.1.5"
|
||||||
espresso_core = "3.4.0"
|
espresso_core = "3.5.1"
|
||||||
|
|
||||||
android-minSdk = "21"
|
android-minSdk = "21"
|
||||||
android-compileSdk = "33"
|
android-compileSdk = "33"
|
||||||
|
Loading…
Reference in New Issue
Block a user