diff options
| author | Albin <albin@mullvad.net> | 2025-06-30 11:54:35 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2025-06-30 13:52:43 +0200 |
| commit | e7196f194d481bba95f1f65ba02e86013eb78581 (patch) | |
| tree | 30005e80a40c08b17c080f61f9f8cb50c5bb14db /android/app | |
| parent | 91e70c3ea3038251445d2fcf32c72ceaf5122430 (diff) | |
| download | mullvadvpn-e7196f194d481bba95f1f65ba02e86013eb78581.tar.xz mullvadvpn-e7196f194d481bba95f1f65ba02e86013eb78581.zip | |
Enable alpha publishing of prod app
Diffstat (limited to 'android/app')
| -rw-r--r-- | android/app/build.gradle.kts | 1 |
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 { |
