Compare commits

..

12 Commits

4 changed files with 4 additions and 5 deletions

View File

@@ -1,9 +1,8 @@
# Changelog
## 0.30.1
## 30.1.0
* `Versions`:
* `KSLog`: `1.6.1` -> `1.7.0`
* `SQLite`: `3.53.2.0` -> `3.53.2.1`
* `Ktor`: `3.5.1` -> `3.5.2`
* `Okio`: `3.17.0` -> `3.18.1`

View File

@@ -41,7 +41,7 @@ allprojects {
mavenCentral()
google()
maven { url "https://maven.pkg.jetbrains.space/public/p/compose/dev" }
// maven { url "https://nexus.inmo.dev/repository/maven-releases/" }
maven { url "https://nexus.inmo.dev/repository/maven-releases/" }
mavenLocal()
}

View File

@@ -18,5 +18,5 @@ crypto_js_version=4.1.1
# Project data
group=dev.inmo
version=0.30.1
version=30.1.0
android_code_version=316

View File

@@ -6,7 +6,7 @@ kt-coroutines = "1.11.0"
kotlinx-browser = "0.5.0"
kslog = "1.7.0"
kslog = "1.6.1"
jb-compose = "1.11.1"
jb-compose-material3 = "1.11.0-alpha07"