Skip to content

Commit 0fdabe1

Browse files
committed
Update Google OAuth Client ID to NuKrop.AI
1 parent 34e2de0 commit 0fdabe1

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

app/src/main/java/com/example/AuthViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class AuthViewModel : ViewModel() {
9090
val credentialManager = androidx.credentials.CredentialManager.create(context)
9191
val googleIdOption = com.google.android.libraries.identity.googleid.GetGoogleIdOption.Builder()
9292
.setFilterByAuthorizedAccounts(false)
93-
.setServerClientId("AutoNodeAi")
93+
.setServerClientId("NuKrop.AI")
9494
.setAutoSelectEnabled(false)
9595
.build()
9696
val request = androidx.credentials.GetCredentialRequest.Builder()

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ org.gradle.workers.max=4
2424
# Set the Kotlin compiler execution strategy to in-process to avoid "Could not
2525
# connect to Kotlin compile daemon" error.
2626
kotlin.compiler.execution.strategy=in-process
27-
org.gradle.java.home=C\:\\Program Files\\Android\\Android Studio\\jbr

0 commit comments

Comments
 (0)