From 382e85a8a0a57a2111b226dd20c5cb3361086581 Mon Sep 17 00:00:00 2001 From: arkon Date: Wed, 29 Apr 2020 17:56:05 -0400 Subject: [PATCH] Move google-services.json --- .travis/build.sh | 2 -- app/.gitignore | 1 - {.travis => app/standard}/google-services.json | 0 3 files changed, 3 deletions(-) rename {.travis => app/standard}/google-services.json (100%) diff --git a/.travis/build.sh b/.travis/build.sh index cb7afd13cb..049fd015be 100755 --- a/.travis/build.sh +++ b/.travis/build.sh @@ -2,8 +2,6 @@ git fetch --unshallow #required for commit count -cp .travis/google-services.json app/ - if [ -z "$TRAVIS_TAG" ]; then ./gradlew clean assembleStandardDebug diff --git a/app/.gitignore b/app/.gitignore index 4f8f315a17..88f41197ea 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -2,4 +2,3 @@ *iml *.iml custom.gradle -google-services.json diff --git a/.travis/google-services.json b/app/standard/google-services.json similarity index 100% rename from .travis/google-services.json rename to app/standard/google-services.json