Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
This commit updates various dependencies to their latest versions:

- Updates `pagingVersion` to `3.3.5`.
- Updates `roomVersion` to `2.7.0-alpha12`.
- Updates `navVersion` to `2.9.0-alpha04`.
- Updates `lifecycle` to `2.9.0-alpha08`.
- Updates `activity` to `1.10.0-rc01`.
- Updates `composeBomVersion` to `2024.12.01`.
- Updates `playServices` to `21.3.0`.
- Updates the androidx version catalog to `2024.12.01`.
  • Loading branch information
jacobrein committed Dec 11, 2024
1 parent 2806b02 commit 3d2cad0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ latestAboutLibsRelease = "11.2.3"
coroutinesVersion = "1.9.0"
glideVersion = "4.16.0"
pagecurl = "1.5.1"
pagingVersion = "3.3.4"
pagingVersion = "3.3.5"
protobufGradlePlugin = "0.9.4"
reorderable = "2.4.0"
roomVersion = "2.7.0-alpha11"
navVersion = "2.9.0-alpha03"
roomVersion = "2.7.0-alpha12"
navVersion = "2.9.0-alpha04"
koin-bom = "4.0.0"
coil = "2.7.0"
lifecycle = "2.9.0-alpha07"
lifecycle = "2.9.0-alpha08"
jetpack = "1.6.0-alpha03"
jetpackCompiler = "1.5.11"
jetbrainsCompiler = "1.5.1"
Expand All @@ -38,12 +38,12 @@ ziplineVersion = "1.1.0"
landscapist = "2.4.4"
protobufVersion = "4.26.1"
sketchVersion = "3.3.2"
activity = "1.10.0-beta01"
activity = "1.10.0-rc01"
composeVersion = "1.8.0-alpha01"
compose3Version = "1.3.0"
compose3CommonVersion = "1.0.0-alpha01"
compose3AdaptiveVersion = "1.1.0-alpha02"
composeBomVersion = "2024.11.00"
composeBomVersion = "2024.12.01"
materialKolor = "2.0.0"
firebaseKtx = "0.2.1"

Expand Down Expand Up @@ -313,7 +313,7 @@ firebaseAuth = { group = "com.google.firebase", name = "firebase-auth" }
crashlytics = { group = "com.google.firebase", name = "firebase-crashlytics" }
analytics = { group = "com.google.firebase", name = "firebase-analytics" }
firebaseUiAuth = "com.firebaseui:firebase-ui-auth:8.0.2"
playServices = "com.google.android.gms:play-services-auth:21.2.0"
playServices = "com.google.android.gms:play-services-auth:21.3.0"

firebase-database-ktx = { module = "com.github.skydoves:firebase-database-ktx", version.ref = "firebaseKtx" }

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencyResolutionManagement {
//TODO: Remove current ones and replace with this!
versionCatalogs {
create("androidx") {
from("androidx.gradle:gradle-version-catalog:2024.11.00")
from("androidx.gradle:gradle-version-catalog:2024.12.01")
}
}
}
Expand Down

0 comments on commit 3d2cad0

Please sign in to comment.