Skip to content

Commit a6b98a3

Browse files
author
Niharika Arora
committed
Updated dependency
Change-Id: I3d058482345d4e761f28f8681142bc4ed95f30f8
1 parent 1217d58 commit a6b98a3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CredentialProvider/MyVault/app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ plugins {
2222
android {
2323
namespace = "com.example.android.authentication.myvault"
2424

25-
compileSdk = 34
25+
compileSdkPreview = "VanillaIceCream"
2626

2727
defaultConfig {
2828
applicationId = "com.example.android.authentication.myvault"
2929
minSdk = 34
30-
targetSdk = 34
30+
targetSdkPreview = "VanillaIceCream"
3131
versionCode = 1
3232
versionName = "1.0"
3333

@@ -93,4 +93,4 @@ dependencies {
9393
androidTestImplementation(libs.androidx.ui.test.junit4)
9494
debugImplementation(libs.androidx.ui.tooling)
9595
debugImplementation(libs.androidx.ui.test.manifest)
96-
}
96+
}

CredentialProvider/MyVault/gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ coreKtx = "1.12.0"
66
junit = "4.13.2"
77
junitVersion = "1.1.5"
88
espressoCore = "3.5.1"
9-
lifecycleRuntime = "2.7.0"
10-
activityCompose = "1.8.2"
11-
composeBom = "2024.03.00"
12-
credentials = "1.3.0-alpha01"
9+
lifecycleRuntime = "2.8.2"
10+
activityCompose = "1.9.0"
11+
composeBom = "2024.06.00"
12+
credentials = "1.5.0-alpha02"
1313
room = "2.6.1"
1414
biometrics = "1.2.0-alpha05"
1515
accompanist = "0.28.0"

0 commit comments

Comments
 (0)