summaryrefslogtreecommitdiffhomepage
path: root/android/app
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2025-06-30 11:54:35 +0200
committerAlbin <albin@mullvad.net>2025-06-30 13:52:43 +0200
commite7196f194d481bba95f1f65ba02e86013eb78581 (patch)
tree30005e80a40c08b17c080f61f9f8cb50c5bb14db /android/app
parent91e70c3ea3038251445d2fcf32c72ceaf5122430 (diff)
downloadmullvadvpn-e7196f194d481bba95f1f65ba02e86013eb78581.tar.xz
mullvadvpn-e7196f194d481bba95f1f65ba02e86013eb78581.zip
Enable alpha publishing of prod app
Diffstat (limited to 'android/app')
-rw-r--r--android/app/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts
index 0655a3b8e0..1ac3434489 100644
--- a/android/app/build.gradle.kts
+++ b/android/app/build.gradle.kts
@@ -56,6 +56,7 @@ android {
playConfigs {
register("playDevmoleRelease") { enabled = true }
register("playStagemoleRelease") { enabled = true }
+ register("playProdRelease") { enabled = true }
}
androidResources {