summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2025-03-07 12:57:28 +0100
committerAlbin <albin@mullvad.net>2025-03-07 16:07:34 +0100
commit896c97b3191e30d5c76947c3bef74b297ab0e45c (patch)
tree36b8daee110ab0d42a2a3382ad73b033e92831c2 /android
parentc99948718d94a9aa166383d1ce7b311af7f570ec (diff)
downloadmullvadvpn-896c97b3191e30d5c76947c3bef74b297ab0e45c.tar.xz
mullvadvpn-896c97b3191e30d5c76947c3bef74b297ab0e45c.zip
Fix devmole publishing
Diffstat (limited to 'android')
-rw-r--r--android/app/build.gradle.kts5
1 files changed, 4 insertions, 1 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts
index 51d91ad6b9..3d38cca04c 100644
--- a/android/app/build.gradle.kts
+++ b/android/app/build.gradle.kts
@@ -57,7 +57,10 @@ android {
}
}
- playConfigs { register("playStagemoleRelease") { enabled = true } }
+ playConfigs {
+ register("playDevmoleRelease") { enabled = true }
+ register("playStagemoleRelease") { enabled = true }
+ }
androidResources {
@Suppress("UnstableApiUsage")