Skip to content

Commit

Permalink
Updated app to use latest Credential Manager api version
Browse files Browse the repository at this point in the history
  • Loading branch information
Niharika Arora committed Aug 28, 2023
1 parent cbf2f56 commit 4c63640
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CredentialManager/app/build.gradle
Expand Up @@ -31,7 +31,7 @@ keystoreProperties.load(new FileInputStream(keystorePropertiesFile))

android {
namespace 'com.google.credentialmanager.sample'
compileSdkVersion 34
compileSdk 34
defaultConfig {
applicationId "com.google.credentialmanager.sample"
minSdk 21
Expand Down Expand Up @@ -100,8 +100,8 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

implementation 'androidx.credentials:credentials-play-services-auth:1.2.0-beta01'
implementation 'androidx.credentials:credentials:1.2.0-beta01'
implementation 'androidx.credentials:credentials-play-services-auth:1.2.0-beta03'
implementation 'androidx.credentials:credentials:1.2.0-beta03'

implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"
Expand Down
4 changes: 2 additions & 2 deletions CredentialManager/build.gradle
Expand Up @@ -32,8 +32,8 @@ buildscript {

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

Expand Down
2 changes: 1 addition & 1 deletion CredentialManager/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Wed Dec 28 18:22:13 IST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 4c63640

Please sign in to comment.