start 1.3.6

This commit is contained in:
InsanusMokrassar 2024-08-27 19:01:11 +06:00
parent a73f0d132c
commit 81eba88ce9
3 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
# Changelog
## 1.3.6
## 1.3.5
* `Kotlin`: `2.0.10`

View File

@ -10,5 +10,5 @@ org.gradle.jvmargs=-Xmx512m
# Project data
group=dev.inmo
version=1.3.5
android_code_version=32
version=1.3.6
android_code_version=33

View File

@ -13,7 +13,7 @@ test_ext_junit_version = "1.2.1"
espresso_core = "3.6.1"
android-minSdk = "21"
android-compileSdk = "35"
android-compileSdk = "35"-
android-buildTools = "35.0.0"
github-release = "2.5.2"