diff --git a/app/build.gradle b/app/build.gradle index 2065a25..64705fb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -80,7 +80,8 @@ android { signingConfig signingConfigs.dev matchingFallbacks = ['debug'] versionNameSuffix '-develop' - applicationIdSuffix '.dev' + // Use the base applicationId (io.pezkuwichain.wallet) — no ".dev" suffix — + // so it matches the registered google-services client. //Init firebase def localReleaseNotes = releaseNotes() def localFirebaseGroup = firebaseGroup()