update dependencies

This commit is contained in:
2026-08-24 00:31:38 +06:00
parent cd63889a34
commit 42b56fdf99
2 changed files with 5 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
## 2.0.0
* Bump com.github.ben-manes.versions 0.53.0 → 0.61.0
* Bump Android SDK Build-Tools 36.0.0 → 36.1.0
## 1.7.0
* `Kotlin`: `2.3.21`

View File

@@ -4,7 +4,7 @@ kotlin = "2.3.21"
kotlin-gradle-plugin = "8.13.2"
nmcp = "1.6.1"
versions = "0.53.0"
versions = "0.61.0"
dokka = "2.2.0"
@@ -15,7 +15,7 @@ espresso_core = "3.7.0"
android-minSdk = "21"
android-compileSdk = "36"
android-buildTools = "36.0.0"
android-buildTools = "36.1.0"
github-release = "2.5.2"