Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
88f8b71fb9 Update dependency org.jetbrains.kotlin.multiplatform to v1.9.0 2023-07-06 23:53:23 +00:00
3 changed files with 6 additions and 10 deletions

View File

@@ -1,9 +1,5 @@
# Changelog
## 1.1.2
* `Kotlin`: `1.8.22`
## 1.1.1
* Rollback `KSLog` with `String` arg factory to use `DefaultKSLog`

View File

@@ -10,5 +10,5 @@ org.gradle.jvmargs=-Xmx512m
# Project data
group=dev.inmo
version=1.1.2
android_code_version=21
version=1.1.1
android_code_version=20

View File

@@ -1,14 +1,14 @@
[versions]
kotlin = "1.8.22"
kotlin-gradle-plugin = "7.4.2"
kotlin = "1.9.0"
kotlin-gradle-plugin = "7.3.1"
dokka = "1.8.20"
dexcount = "4.0.0"
junit_version = "4.12"
test_ext_junit_version = "1.1.5"
espresso_core = "3.5.1"
test_ext_junit_version = "1.1.3"
espresso_core = "3.4.0"
android-minSdk = "21"
android-compileSdk = "33"