summaryrefslogtreecommitdiffhomepage
path: root/android/app
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2024-11-12 12:47:43 +0100
committerEmīls <emils@mullvad.net>2024-11-12 12:47:43 +0100
commiteb88e35d7b3c94ad95d4fac23f85e3400d0654bb (patch)
treed076477a9b6d43000cb1cd4746192f536d178d56 /android/app
parent13209073f803095c351f90acb106aa6d69e69333 (diff)
parent1c5b020af047c354fa43c6bfbad0e4659f9f3c1f (diff)
downloadmullvadvpn-eb88e35d7b3c94ad95d4fac23f85e3400d0654bb.tar.xz
mullvadvpn-eb88e35d7b3c94ad95d4fac23f85e3400d0654bb.zip
Merge branch 'update-to-maybenot-v2-ios-914'
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 bea4a33de8..fa098430df 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_v2").asFile
+val maybenotMachinesFile = extraAssetsDirectory.file("maybenot_machines").asFile
val defaultChangelogAssetsDirectory = "$repoRootPath/android/src/main/play/release-notes/"
val extraJniDirectory = layout.buildDirectory.dir("extraJni").get()