update dependencies

This commit is contained in:
2025-06-10 23:29:26 +06:00
parent 128632770e
commit 76c04a8506
3 changed files with 13 additions and 5 deletions

1
.gitignore vendored
View File

@@ -9,6 +9,7 @@ settings.xml
.gradle/
build/
out/
bin/
secret.gradle
local.properties

View File

@@ -2,6 +2,13 @@
## 0.25.7
* `Versions`:
* `Compose`: `1.8.0` -> `1.8.1`
* `Xerial SQLite`: `3.49.1.0` -> `3.50.1.0`
* `Okio`: `3.11.0` -> `3.12.0`
* `Android AppCompat`: `1.7.0` -> `1.7.1`
* `Android Fragment`: `1.8.6` -> `1.8.8`
## 0.25.6
* `Versions`:

View File

@@ -8,11 +8,11 @@ kotlinx-browser = "0.3"
kslog = "1.4.2"
jb-compose = "1.8.0"
jb-compose = "1.8.1"
jb-exposed = "0.61.0"
jb-dokka = "2.0.0"
sqlite = "3.49.1.0"
sqlite = "3.50.1.0"
korlibs = "5.4.0"
uuid = "0.8.4"
@@ -23,7 +23,7 @@ gh-release = "2.5.2"
koin = "4.0.4"
okio = "3.11.0"
okio = "3.12.0"
ksp = "2.1.20-1.0.31"
kotlin-poet = "1.18.1"
@@ -36,8 +36,8 @@ dexcount = "4.0.0"
android-coreKtx = "1.16.0"
android-recyclerView = "1.4.0"
android-appCompat = "1.7.0"
android-fragment = "1.8.6"
android-appCompat = "1.7.1"
android-fragment = "1.8.8"
android-espresso = "3.6.1"
android-test = "1.2.1"