mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-06-19 21:41:08 +00:00
84978e147e
The develop build type appended a '.dev' applicationIdSuffix, producing io.pezkuwichain.wallet.dev, which has no matching client in the google-services.json and broke every PR/develop build at processDevelopGoogleServices. Drop the suffix so develop uses the base io.pezkuwichain.wallet identity (keeps the -develop versionName suffix).