Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
89c874d3da Update dependency com.android.tools.build:gradle to v9 2026-03-03 17:03:01 +00:00
3 changed files with 7 additions and 11 deletions

View File

@@ -1,9 +1,5 @@
# Changelog
## 1.6.1
* `Kotlin`: `2.3.20`
## 1.6.0
* `Kotlin`: `2.3.0`

View File

@@ -10,5 +10,5 @@ org.gradle.jvmargs=-Xmx512m
# Project data
group=dev.inmo
version=1.6.1
android_code_version=41
version=1.6.0
android_code_version=40

View File

@@ -1,15 +1,15 @@
[versions]
kotlin = "2.3.20"
kotlin-gradle-plugin = "8.12.+"
kotlin = "2.3.0"
kotlin-gradle-plugin = "9.1.+"
nmcp = "1.5.0"
nmcp = "1.2.1"
versions = "0.53.0"
dokka = "2.2.0"
dokka = "2.1.0"
dexcount = "4.0.0"
junit_version = "4.13.2"
junit_version = "4.12"
test_ext_junit_version = "1.3.0"
espresso_core = "3.7.0"