summaryrefslogtreecommitdiffhomepage
path: root/android/app
diff options
context:
space:
mode:
authorJoakim Hulthe <joakim.hulthe@mullvad.net>2024-10-30 20:03:05 +0100
committerJoakim Hulthe <joakim.hulthe@mullvad.net>2024-10-30 20:03:05 +0100
commitf73d69de09f6080e30099e1f7eb68451b4e93317 (patch)
treed52b2e0d2eb160133f1bdb4adcd6352060ed787c /android/app
parent6dd4dc87e1f49abbad35b83cfe9db9d89b04ccde (diff)
parent37e7be1c39e31644eb63b34402927f9fc66a2f93 (diff)
downloadmullvadvpn-f73d69de09f6080e30099e1f7eb68451b4e93317.tar.xz
mullvadvpn-f73d69de09f6080e30099e1f7eb68451b4e93317.zip
Merge branch 'readd-maybenot-machines-v1'
Diffstat (limited to 'android/app')
-rw-r--r--android/app/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts
index fa098430df..bea4a33de8 100644
--- a/android/app/build.gradle.kts
+++ b/android/app/build.gradle.kts
@@ -18,7 +18,7 @@ plugins {
val repoRootPath = rootProject.projectDir.absoluteFile.parentFile.absolutePath
val extraAssetsDirectory = layout.buildDirectory.dir("extraAssets").get()
val relayListPath = extraAssetsDirectory.file("relays.json").asFile
-val maybenotMachinesFile = extraAssetsDirectory.file("maybenot_machines").asFile
+val maybenotMachinesFile = extraAssetsDirectory.file("maybenot_machines_v2").asFile
val defaultChangelogAssetsDirectory = "$repoRootPath/android/src/main/play/release-notes/"
val extraJniDirectory = layout.buildDirectory.dir("extraJni").get()