From c91a4c43ef5bf1cab5a89d61277f8e264ef510b1 Mon Sep 17 00:00:00 2001 From: s-ayush2903 Date: Sun, 21 Jun 2020 02:49:11 +0530 Subject: [PATCH] moved json file to app dir --- .gitignore | 1 - google-services.json => app/google-services.json | 0 2 files changed, 1 deletion(-) rename google-services.json => app/google-services.json (100%) diff --git a/.gitignore b/.gitignore index 12d61d8..1ed6cb0 100644 --- a/.gitignore +++ b/.gitignore @@ -70,4 +70,3 @@ lint/generated/ lint/outputs/ lint/tmp/ # lint/reports/ -app/google-services.json diff --git a/google-services.json b/app/google-services.json similarity index 100% rename from google-services.json rename to app/google-services.json