From a5ad6f22adc348634f5f8e806777c6786e1dffc5 Mon Sep 17 00:00:00 2001 From: easyhz Date: Mon, 12 Aug 2024 19:44:32 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20buildConfig=20=EC=9C=84=EC=B9=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/easyhz/noffice/data/auth/strategy/GoogleStrategy.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/auth/src/main/java/com/easyhz/noffice/data/auth/strategy/GoogleStrategy.kt b/data/auth/src/main/java/com/easyhz/noffice/data/auth/strategy/GoogleStrategy.kt index bec90155..3ebd2495 100644 --- a/data/auth/src/main/java/com/easyhz/noffice/data/auth/strategy/GoogleStrategy.kt +++ b/data/auth/src/main/java/com/easyhz/noffice/data/auth/strategy/GoogleStrategy.kt @@ -7,7 +7,7 @@ import androidx.credentials.CredentialManager import androidx.credentials.GetCredentialRequest import androidx.credentials.GetCredentialResponse import com.easyhz.noffice.core.common.error.NofficeError -import com.easyhz.noffice.data.auth.BuildConfig +import com.easyhz.noffice.core.network.BuildConfig import com.google.android.gms.auth.api.identity.AuthorizationRequest import com.google.android.gms.auth.api.identity.AuthorizationResult import com.google.android.gms.auth.api.identity.Identity