Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nain57 committed Sep 28, 2024
1 parent 96dbb20 commit 9ba178a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ androidMinSdk = "24"
googleFirebaseCrashlyticsGradle = "3.0.2"
googleServices = "4.4.2"
androidGradlePlugin = "8.5.2"
kotlin = "1.9.23"
kotlin = "1.9.24"
kotlinxCoroutines = "1.8.0"
ksp = "1.9.23-1.0.19"
ksp = "1.9.24-1.0.20"

# Androidx
androidxAnnotation = "1.8.2"
Expand All @@ -19,10 +19,10 @@ androidxCardView = "1.0.0"
androidxConstraintLayout = "2.1.4"
androidxCoreKtx = "1.13.1"
androidxDatastore = "1.1.1"
androidxFragmentKtx = "1.8.2"
androidxLifecycle = "2.8.4"
androidxFragmentKtx = "1.8.3"
androidxLifecycle = "2.8.6"
androidxLifecycleExtension = "2.2.0"
androidxNavigation = "2.7.7"
androidxNavigation = "2.8.1"
androidxRecyclerView = "1.3.2"
androidxRoom = "2.6.1"
androidxSplashScreen = "1.0.1"
Expand All @@ -36,9 +36,9 @@ openCv = "4.9.0"
googleDaggerHilt = "2.51"

# PlayStore only
androidBillingClient = "7.0.0"
googleFirebaseBom = "33.2.0"
googleFirebaseCrashlytics = "19.0.3"
androidBillingClient = "7.1.0"
googleFirebaseBom = "33.3.0"
googleFirebaseCrashlytics = "19.1.0"
googleUserMessaging = "3.0.0"
googleGmsAds = "23.3.0"

Expand Down

0 comments on commit 9ba178a

Please sign in to comment.