update dependencies

This commit is contained in:
2025-05-16 08:58:52 +06:00
parent d1dd159e36
commit b3919c8439
2 changed files with 6 additions and 3 deletions

View File

@@ -2,6 +2,9 @@
## 1.4.2
* `Kotlin`: `2.1.21`
* Android SDK Level: `36`
## 1.4.1
* `Kotlin`: `2.1.10`

View File

@@ -1,6 +1,6 @@
[versions]
kotlin = "2.1.10"
kotlin = "2.1.21"
kotlin-gradle-plugin = "8.2.2"
versions = "0.51.0"
@@ -13,8 +13,8 @@ test_ext_junit_version = "1.2.1"
espresso_core = "3.6.1"
android-minSdk = "21"
android-compileSdk = "35"
android-buildTools = "35.0.0"
android-compileSdk = "36"
android-buildTools = "36.0.0"
github-release = "2.5.2"