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))
3131
3232android {
3333 namespace ' com.google.credentialmanager.sample'
34- compileSdk 34
35- compileSdkPreview " VanillaIceCream"
34+ compileSdk 35
3635 defaultConfig {
3736 applicationId " com.google.credentialmanager.sample"
3837 minSdk 21
39- targetSdkPreview " VanillaIceCream"
4038 versionCode 1
4139 versionName " 1.0"
4240
@@ -101,8 +99,8 @@ dependencies {
10199 androidTestImplementation ' androidx.test.ext:junit:1.1.5'
102100 androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
103101
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'
106104
107105 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3"
108106 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3"
You can’t perform that action at this time.
0 commit comments