File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,10 @@ keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
31
31
32
32
android {
33
33
namespace ' com.google.credentialmanager.sample'
34
- compileSdk 34
35
- compileSdkPreview " VanillaIceCream"
34
+ compileSdk 35
36
35
defaultConfig {
37
36
applicationId " com.google.credentialmanager.sample"
38
37
minSdk 21
39
- targetSdkPreview " VanillaIceCream"
40
38
versionCode 1
41
39
versionName " 1.0"
42
40
@@ -101,8 +99,8 @@ dependencies {
101
99
androidTestImplementation ' androidx.test.ext:junit:1.1.5'
102
100
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
103
101
104
- implementation ' androidx.credentials:credentials-play-services-auth:1.5.0-alpha02 '
105
- implementation ' androidx.credentials:credentials:1.5.0-alpha02 '
102
+ implementation ' androidx.credentials:credentials-play-services-auth:1.5.0'
103
+ implementation ' androidx.credentials:credentials:1.5.0'
106
104
107
105
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3"
108
106
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3"
You can’t perform that action at this time.
0 commit comments