Skip to content

Commit 24ae607

Browse files
Merge pull request #90 from cuappdev/andrew/remove-google-sign-in-temp
Updated Gradle Files to Fix Classpath Error
2 parents 54c9e55 + 5386039 commit 24ae607

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ dependencies {
102102
// Serialization
103103
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3"
104104
// Authentication + Firebase
105-
implementation "androidx.credentials:credentials:<latest version>"
106-
implementation "androidx.credentials:credentials-play-services-auth:<latest version>"
107-
implementation "com.google.android.libraries.identity.googleid:googleid:<latest version>"
105+
implementation "androidx.credentials:credentials:1.5.0"
106+
implementation "androidx.credentials:credentials-play-services-auth:1.5.0"
107+
implementation "com.google.android.libraries.identity.googleid:googleid:1.1.1"
108108
implementation 'com.google.android.gms:play-services-auth:21.3.0'
109109
implementation 'com.google.firebase:firebase-auth-ktx:23.2.0'
110110
}

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ buildscript {
88
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21"
99
}
1010
repositories {
11+
google()
1112
mavenCentral()
1213
}
1314
}// Top-level build file where you can add configuration options common to all sub-projects/modules.

0 commit comments

Comments
 (0)