File tree Expand file tree Collapse file tree
app/src/main/java/com/example Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ()
Original file line number Diff line number Diff 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.
2626kotlin.compiler.execution.strategy =in-process
27- org.gradle.java.home =C\:\\ Program Files\\ Android\\ Android Studio\\ jbr
You can’t perform that action at this time.
0 commit comments