Skip to content

Commit

Permalink
Bump Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DHD2280 committed Jun 19, 2024
1 parent 5531be6 commit 1f40ba3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ dependencies {

// Work
implementation("androidx.work:work-runtime:2.9.0")
implementation("androidx.concurrent:concurrent-futures:1.1.0")
implementation("androidx.concurrent:concurrent-futures:1.2.0")

// Biometric Auth
implementation("androidx.biometric:biometric:1.1.0")
Expand Down Expand Up @@ -183,7 +183,7 @@ dependencies {

//Google Subject Segmentation - MLKit
implementation("com.google.android.gms:play-services-mlkit-subject-segmentation:16.0.0-beta1")
implementation("com.google.android.gms:play-services-base:18.4.0")
implementation("com.google.android.gms:play-services-base:18.5.0")

// APK Signer
implementation("org.bouncycastle:bcpkix-jdk18on:1.77")
Expand All @@ -196,6 +196,9 @@ dependencies {

// Flexbox
implementation("com.google.android.flexbox:flexbox:3.0.0")

// Palette
implementation("androidx.palette:palette:1.0.0")
}

tasks.register("printVersionName") {
Expand Down

0 comments on commit 1f40ba3

Please sign in to comment.