diff --git a/.gitignore b/.gitignore index 8f4173967f..a48f2ed357 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ app/debug.keystore app/eostartkeystore app/google-services.json +app/src/debug/google-services.json app/release/* *.iml diff --git a/app/build.gradle b/app/build.gradle index d57e09fa3e..f4e9e417ef 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,6 +16,7 @@ android { } buildTypes { debug { + applicationIdSuffix '.debug' splits.abi.enable = false splits.density.enable = false }