summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle8
1 files changed, 3 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 29f763bf1..92a9c09f7 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,5 +1,5 @@
plugins {
- id('com.github.triplet.play') version '2.0.0'
+ id('com.github.triplet.play') version '2.2.0'
}
apply plugin: "com.android.application"
@@ -115,10 +115,6 @@ android {
dexOptions {
jumboMode true
}
-
- play {
- track = 'alpha'
- }
}
dependencies {
@@ -180,6 +176,8 @@ dependencies {
}
play {
+ track = 'alpha'
+
if (project.hasProperty("antennaPodServiceAccountEmail")) {
serviceAccountEmail = antennaPodServiceAccountEmail
} else {