Skip to content

Commit 4c63640

Browse files
author
Niharika Arora
committed
Updated app to use latest Credential Manager api version
1 parent cbf2f56 commit 4c63640

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CredentialManager/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
3131

3232
android {
3333
namespace 'com.google.credentialmanager.sample'
34-
compileSdkVersion 34
34+
compileSdk 34
3535
defaultConfig {
3636
applicationId "com.google.credentialmanager.sample"
3737
minSdk 21
@@ -100,8 +100,8 @@ dependencies {
100100
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
101101
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
102102

103-
implementation 'androidx.credentials:credentials-play-services-auth:1.2.0-beta01'
104-
implementation 'androidx.credentials:credentials:1.2.0-beta01'
103+
implementation 'androidx.credentials:credentials-play-services-auth:1.2.0-beta03'
104+
implementation 'androidx.credentials:credentials:1.2.0-beta03'
105105

106106
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4"
107107
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"

CredentialManager/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ buildscript {
3232

3333
// Top-level build file where you can add configuration options common to all sub-projects/modules.
3434
plugins {
35-
id 'com.android.application' version '7.3.1' apply false
36-
id 'com.android.library' version '7.3.1' apply false
35+
id 'com.android.application' version '8.1.0' apply false
36+
id 'com.android.library' version '8.1.0' apply false
3737
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
3838
}
3939

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed Dec 28 18:22:13 IST 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)