update dependencies

This commit is contained in:
InsanusMokrassar 2023-09-06 19:05:12 +06:00
parent 03cc000306
commit a779791a00
2 changed files with 7 additions and 4 deletions

View File

@ -2,6 +2,9 @@
## 1.2.1
* `Kotlin`: `1.9.10`
* Latest supported android sdk now is `34`
## 1.2.0
* `Kotlin`: `1.9.0`

View File

@ -1,11 +1,11 @@
[versions]
kotlin = "1.9.0"
kotlin = "1.9.10"
kotlin-gradle-plugin = "7.4.2"
versions = "0.47.0"
dokka = "1.8.20"
dokka = "1.9.0"
dexcount = "4.0.0"
junit_version = "4.12"
@ -13,8 +13,8 @@ test_ext_junit_version = "1.1.5"
espresso_core = "3.5.1"
android-minSdk = "21"
android-compileSdk = "33"
android-buildTools = "33.0.2"
android-compileSdk = "34"
android-buildTools = "34.0.0"
github-release = "2.4.1"