mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2024-12-22 14:07:15 +00:00
update dependencies
This commit is contained in:
parent
03cc000306
commit
a779791a00
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
## 1.2.1
|
## 1.2.1
|
||||||
|
|
||||||
|
* `Kotlin`: `1.9.10`
|
||||||
|
* Latest supported android sdk now is `34`
|
||||||
|
|
||||||
## 1.2.0
|
## 1.2.0
|
||||||
|
|
||||||
* `Kotlin`: `1.9.0`
|
* `Kotlin`: `1.9.0`
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
[versions]
|
[versions]
|
||||||
|
|
||||||
kotlin = "1.9.0"
|
kotlin = "1.9.10"
|
||||||
kotlin-gradle-plugin = "7.4.2"
|
kotlin-gradle-plugin = "7.4.2"
|
||||||
|
|
||||||
versions = "0.47.0"
|
versions = "0.47.0"
|
||||||
|
|
||||||
dokka = "1.8.20"
|
dokka = "1.9.0"
|
||||||
|
|
||||||
dexcount = "4.0.0"
|
dexcount = "4.0.0"
|
||||||
junit_version = "4.12"
|
junit_version = "4.12"
|
||||||
@ -13,8 +13,8 @@ test_ext_junit_version = "1.1.5"
|
|||||||
espresso_core = "3.5.1"
|
espresso_core = "3.5.1"
|
||||||
|
|
||||||
android-minSdk = "21"
|
android-minSdk = "21"
|
||||||
android-compileSdk = "33"
|
android-compileSdk = "34"
|
||||||
android-buildTools = "33.0.2"
|
android-buildTools = "34.0.0"
|
||||||
|
|
||||||
github-release = "2.4.1"
|
github-release = "2.4.1"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user