Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed Jan 27, 2025
1 parent 32ef9f3 commit 61277e9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 0.24.5

* `Versions`:
* `SQLite`: `3.47.2.0` -> `3.48.0.0`
* `Koin`: `4.0.1` -> `4.0.2`
* `Android RecyclerView`: `1.3.2` -> `1.4.0`

## 0.24.4

* `Repos`:
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jb-compose = "1.7.3"
jb-exposed = "0.58.0"
jb-dokka = "2.0.0"

sqlite = "3.47.2.0"
sqlite = "3.48.0.0"

korlibs = "5.4.0"
uuid = "0.8.4"
Expand All @@ -19,7 +19,7 @@ ktor = "3.0.3"

gh-release = "2.5.2"

koin = "4.0.1"
koin = "4.0.2"

okio = "3.10.2"

Expand All @@ -32,7 +32,7 @@ android-gradle = "8.2.2"
dexcount = "4.0.0"

android-coreKtx = "1.15.0"
android-recyclerView = "1.3.2"
android-recyclerView = "1.4.0"
android-appCompat = "1.7.0"
android-fragment = "1.8.5"
android-espresso = "3.6.1"
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.11.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 61277e9

Please sign in to comment.