From 7aed5417dc3af79e1530e4adc4c41e006fb0c19d Mon Sep 17 00:00:00 2001 From: Sean Mac Gillicuddy Date: Wed, 11 Sep 2019 11:38:52 +0100 Subject: [PATCH] publish to draft to avoid full shadowing of universal apk --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index 68e00c40f..791e2f99c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -475,6 +475,7 @@ play { enabled = true serviceAccountCredentials = file("../google.json") track = "alpha" + releaseStatus = "draft" resolutionStrategy = "fail" }