Compare commits

...

5 Commits

Author SHA1 Message Date
renovate[bot]
fc2e1a4c2d Update dependency org.jetbrains.kotlin.multiplatform to v1.9.0 2023-07-28 06:14:41 +00:00
a170bbaa5c Merge pull request #39 from InsanusMokrassar/1.1.2
1.1.2
2023-07-28 12:14:28 +06:00
7b8d72e9c0 update test dependencies 2023-06-19 22:47:41 +06:00
0237ec56c5 update dependencies 2023-06-19 22:46:45 +06:00
bef9e0c550 start 1.1.2 2023-06-19 22:40:16 +06:00
3 changed files with 10 additions and 6 deletions

View File

@@ -1,5 +1,9 @@
# 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.1
android_code_version=20
version=1.1.2
android_code_version=21

View File

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