Skip to content

Commit

Permalink
Updated dependency
Browse files Browse the repository at this point in the history
Change-Id: I3d058482345d4e761f28f8681142bc4ed95f30f8
  • Loading branch information
Niharika Arora committed Jun 17, 2024
1 parent 1217d58 commit a6b98a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CredentialProvider/MyVault/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ plugins {
android {
namespace = "com.example.android.authentication.myvault"

compileSdk = 34
compileSdkPreview = "VanillaIceCream"

defaultConfig {
applicationId = "com.example.android.authentication.myvault"
minSdk = 34
targetSdk = 34
targetSdkPreview = "VanillaIceCream"
versionCode = 1
versionName = "1.0"

Expand Down Expand Up @@ -93,4 +93,4 @@ dependencies {
androidTestImplementation(libs.androidx.ui.test.junit4)
debugImplementation(libs.androidx.ui.tooling)
debugImplementation(libs.androidx.ui.test.manifest)
}
}
8 changes: 4 additions & 4 deletions CredentialProvider/MyVault/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ coreKtx = "1.12.0"
junit = "4.13.2"
junitVersion = "1.1.5"
espressoCore = "3.5.1"
lifecycleRuntime = "2.7.0"
activityCompose = "1.8.2"
composeBom = "2024.03.00"
credentials = "1.3.0-alpha01"
lifecycleRuntime = "2.8.2"
activityCompose = "1.9.0"
composeBom = "2024.06.00"
credentials = "1.5.0-alpha02"
room = "2.6.1"
biometrics = "1.2.0-alpha05"
accompanist = "0.28.0"
Expand Down

0 comments on commit a6b98a3

Please sign in to comment.