Skip to content

Commit

Permalink
Refactor: Update Haze, Reorderable, and Firebase BOM dependencies
Browse files Browse the repository at this point in the history
This commit updates several dependencies in the `libs.versions.toml` file.

-   Updates `haze` from "1.2.1" to "1.2.2".
-   Updates `reorderable` from "2.4.2" to "2.4.3".
- Updates `firebasePlatform` to use `firebaseBom` version `33.8.0` instead of "33.7.0".
  • Loading branch information
jacobrein committed Jan 17, 2025
1 parent 18db4d6 commit 88768dc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ dragselect = "2.4.1"
easylauncher = "6.4.0"
firebaseCrashlyticsGradle = "3.0.2"
googleServices = "4.4.2"
haze = "1.2.1"
haze = "1.2.2"
kamelImage = "1.0.2"
latestAboutLibsRelease = "11.4.0"
coroutinesVersion = "1.10.1"
glideVersion = "4.16.0"
pagecurl = "1.5.1"
pagingVersion = "3.3.5"
protobufGradlePlugin = "0.9.4"
reorderable = "2.4.2"
reorderable = "2.4.3"
roomVersion = "2.7.0-alpha12"
navVersion = "2.9.0-alpha04"
koin-bom = "4.0.1"
Expand Down Expand Up @@ -49,6 +49,8 @@ firebaseKtx = "0.2.1"

googlePerformancePlugin = "1.4.2"

firebaseBom = "33.8.0"

### MangaWorld
piasy = "1.8.1"

Expand Down Expand Up @@ -316,7 +318,7 @@ androidxWebkit = "androidx.webkit:webkit:1.12.1"

mlkitTranslate = "com.google.mlkit:translate:17.0.3"
mlkitLanguage = "com.google.mlkit:language-id:17.0.6"
firebasePlatform = "com.google.firebase:firebase-bom:33.7.0"
firebasePlatform = { module = "com.google.firebase:firebase-bom", version.ref = "firebaseBom" }
firebaseDatabase = { group = "com.google.firebase", name = "firebase-database" }
firebaseFirestore = { group = "com.google.firebase", name = "firebase-firestore" }
firebaseAuth = { group = "com.google.firebase", name = "firebase-auth" }
Expand Down

0 comments on commit 88768dc

Please sign in to comment.