File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
CredentialProvider/MyVault Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ plugins {
22
22
android {
23
23
namespace = " com.example.android.authentication.myvault"
24
24
25
- compileSdk = 34
25
+ compileSdkPreview = " VanillaIceCream "
26
26
27
27
defaultConfig {
28
28
applicationId = " com.example.android.authentication.myvault"
29
29
minSdk = 34
30
- targetSdk = 34
30
+ targetSdkPreview = " VanillaIceCream "
31
31
versionCode = 1
32
32
versionName = " 1.0"
33
33
@@ -93,4 +93,4 @@ dependencies {
93
93
androidTestImplementation(libs.androidx.ui.test.junit4)
94
94
debugImplementation(libs.androidx.ui.tooling)
95
95
debugImplementation(libs.androidx.ui.test.manifest)
96
- }
96
+ }
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ coreKtx = "1.12.0"
6
6
junit = " 4.13.2"
7
7
junitVersion = " 1.1.5"
8
8
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 "
13
13
room = " 2.6.1"
14
14
biometrics = " 1.2.0-alpha05"
15
15
accompanist = " 0.28.0"
You can’t perform that action at this time.
0 commit comments