Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed Nov 25, 2024
1 parent 72202b8 commit e5f4ae6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## 0.23.1

* `Versions`:
* `Compose`: `1.7.0` -> `1.7.1`
* `Exposed`: `0.55.0` -> `0.56.0`
* `Xerial SQLite`: `3.46.1.3` -> `3.47.0.0`
* `Android CoreKTX`: `1.13.1` -> `1.15.0`
* `Android Fragment`: `1.8.4` -> `1.8.5`
* `Coroutines`:
* `Compose`:
* Add `StyleSheetsAggregator`
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ kt-coroutines = "1.9.0"

kslog = "1.3.6"

jb-compose = "1.7.0"
jb-exposed = "0.55.0"
jb-compose = "1.7.1"
jb-exposed = "0.56.0"
jb-dokka = "1.9.20"

sqlite = "3.46.1.3"
sqlite = "3.47.0.0"

korlibs = "5.4.0"
uuid = "0.8.4"
Expand All @@ -23,18 +23,18 @@ koin = "4.0.0"

okio = "3.9.1"

ksp = "2.0.21-1.0.26"
ksp = "2.0.21-1.0.28"
kotlin-poet = "1.18.1"

versions = "0.51.0"

android-gradle = "8.2.2"
dexcount = "4.0.0"

android-coreKtx = "1.13.1"
android-coreKtx = "1.15.0"
android-recyclerView = "1.3.2"
android-appCompat = "1.7.0"
android-fragment = "1.8.4"
android-fragment = "1.8.5"
android-espresso = "3.6.1"
android-test = "1.2.1"
android-compose-material3 = "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit e5f4ae6

Please sign in to comment.