Skip to content

Commit

Permalink
build: update Gradle to 8.10.2, AGP to 8.8.0, Hilt to 2.55, Firebase …
Browse files Browse the repository at this point in the history
…to 33.8.0, and Haze to 1.2.2
  • Loading branch information
ImaginativeShohag committed Jan 17, 2025
1 parent c9ec4d1 commit 48265cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ secrets = { id = "com.google.android.libraries.mapsplatform.secrets-gradle-plugi
accompanist = "0.37.0"
androidDesugarJdkLibs = "2.0.4"
# AGP and tools should be updated together
androidGradlePlugin = "8.7.3"
## ⬆ = "8.8.0"
androidGradlePlugin = "8.8.0"
androidTools = "31.7.2"
androidxActivity = "1.10.0"
androidxAppCompat = "1.7.0"
Expand All @@ -61,14 +60,13 @@ androidxWindowManager = "1.3.0"
androidxWork = "2.9.0"
coil = "3.0.4"
dependencyGuard = "0.5.0"
firebaseBom = "33.7.0"
firebaseBom = "33.8.0"
firebaseCrashlyticsPlugin = "3.0.2"
firebasePerfPlugin = "1.4.2"
gmsPlugin = "4.4.2"
googleOss = "17.1.0"
googleOssPlugin = "0.10.6"
hilt = "2.54"
##⬆ = "2.55"
hilt = "2.55"
hiltExt = "1.2.0"
junit = "4.13.2"
kotlin = "2.1.0"
Expand Down Expand Up @@ -105,7 +103,7 @@ moshi = "1.15.2"
swiperefreshlayout = "1.1.0"
mlkitBarcodeScanning = "17.3.0"
cameraX = "1.4.1"
haze = "1.2.1"
haze = "1.2.2"

[libraries]

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Dec 10 16:31:10 BDT 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 48265cc

Please sign in to comment.