summaryrefslogtreecommitdiffhomepage
path: root/android/build.sh
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2025-06-30 14:05:01 +0200
committerAlbin <albin@mullvad.net>2025-06-30 14:05:01 +0200
commite8b438da8fca22d1a34e98a136fc7cf6aec07daa (patch)
tree30005e80a40c08b17c080f61f9f8cb50c5bb14db /android/build.sh
parent91e70c3ea3038251445d2fcf32c72ceaf5122430 (diff)
parente7196f194d481bba95f1f65ba02e86013eb78581 (diff)
downloadmullvadvpn-e8b438da8fca22d1a34e98a136fc7cf6aec07daa.tar.xz
mullvadvpn-e8b438da8fca22d1a34e98a136fc7cf6aec07daa.zip
Merge branch 'automatically-publish-alpha-builds-to-the-internal-test-droid-1908'
Diffstat (limited to 'android/build.sh')
-rwxr-xr-xandroid/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/build.sh b/android/build.sh
index 3e63a4ce55..c1c29f55b4 100755
--- a/android/build.sh
+++ b/android/build.sh
@@ -51,7 +51,7 @@ if [[ "$GRADLE_BUILD_TYPE" == "release" ]]; then
elif [[ "$PRODUCT_VERSION" == *"-alpha"* ]]; then
GRADLE_TASKS+=(createPlayDevmoleReleaseDistApk createPlayStagemoleReleaseDistApk)
BUNDLE_TASKS+=(createPlayDevmoleReleaseDistBundle createPlayStagemoleReleaseDistBundle)
- PLAY_PUBLISH_TASKS=(publishPlayDevmoleReleaseBundle publishPlayStagemoleReleaseBundle)
+ PLAY_PUBLISH_TASKS=(publishPlayDevmoleReleaseBundle publishPlayStagemoleReleaseBundle publishPlayProdReleaseBundle)
fi
fi