diff --git a/KotlinSource/gradle/build.gradle.kts b/KotlinSource/gradle/build.gradle.kts index 60ac1e1..404a306 100644 --- a/KotlinSource/gradle/build.gradle.kts +++ b/KotlinSource/gradle/build.gradle.kts @@ -44,8 +44,9 @@ dependencies { //androidTestImplementation(libs.androidx.espresso.core) compileOnly(files("lib\\classes.jar")) - implementation("androidx.credentials:credentials:1.3.0-beta02") - implementation("androidx.credentials:credentials-play-services-auth:1.3.0-beta02") - implementation("com.google.android.libraries.identity.googleid:googleid:1.1.0") + implementation("androidx.credentials:credentials:1.3.0") + implementation("androidx.credentials:credentials-play-services-auth:1.3.0") + implementation("com.google.android.libraries.identity.googleid:googleid:1.1.1") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.2") + implementation("androidx.appcompat:appcompat:1.4.1") } \ No newline at end of file