summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle12
1 files changed, 10 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 104fd247f..8bc4dc4c4 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -197,8 +197,16 @@ dependencies {
}
play {
- serviceAccountEmail = '522080222319-compute@developer.gserviceaccount.com'
- pk12File = file('../serviceaccount-c3d7d0f61387.p12')
+ if (project.hasProperty("antennaPodServiceAccountEmail")) {
+ serviceAccountEmail = antennaPodServiceAccountEmail
+ } else {
+ serviceAccountEmail = '522080222319-compute@developer.gserviceaccount.com'
+ }
+ if (project.hasProperty("antennaPodPk12File")) {
+ pk12File = file(antennaPodPk12File)
+ } else {
+ pk12File = file('../serviceaccount-c3d7d0f61387.p12')
+ }
}
// about.html is templatized so that we can automatically insert