Compare commits

...

6 Commits

Author SHA1 Message Date
renovate[bot]
1277bd6207 Update dependency com.android.tools.build:gradle to v8.8.0 2025-01-29 06:36:47 +00:00
8e477b1056 Merge pull request #95 from InsanusMokrassar/1.4.1
1.4.1
2025-01-29 12:36:18 +06:00
480d2c8132 update dependencies 2025-01-29 12:06:52 +06:00
a2a73dfe83 start 1.4.1 2025-01-29 12:06:20 +06:00
4528918347 Merge pull request #92 from InsanusMokrassar/renovate/major-dokka
Update dokka to v2 (major)
2025-01-10 08:21:30 +06:00
renovate[bot]
9ef93724ad Update dokka to v2 2024-12-21 02:49:05 +00:00
3 changed files with 9 additions and 5 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 1.4.1
* `Kotlin`: `2.1.10`
## 1.4.0
* `Kotlin`: `2.1.0`

View File

@@ -10,5 +10,5 @@ org.gradle.jvmargs=-Xmx512m
# Project data
group=dev.inmo
version=1.4.0
android_code_version=34
version=1.4.1
android_code_version=35

View File

@@ -1,11 +1,11 @@
[versions]
kotlin = "2.1.0"
kotlin-gradle-plugin = "8.2.2"
kotlin = "2.1.10"
kotlin-gradle-plugin = "8.8.0"
versions = "0.51.0"
dokka = "1.9.20"
dokka = "2.0.0"
dexcount = "4.0.0"
junit_version = "4.12"