summaryrefslogtreecommitdiffhomepage
path: root/android/service
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson90@gmail.com>2024-03-01 15:30:06 +0100
committerAlbin <albin@mullvad.net>2024-03-04 12:14:05 +0100
commit832faec0b804db18b08c993541cf00316067eadd (patch)
treeaa62f1cd8c305c71ba041102e2ba1261daf14d74 /android/service
parentf9267d998e086d4b324d4c7d9998e5d9ff60ca8a (diff)
downloadmullvadvpn-832faec0b804db18b08c993541cf00316067eadd.tar.xz
mullvadvpn-832faec0b804db18b08c993541cf00316067eadd.zip
Remove buildconfig from properties
Diffstat (limited to 'android/service')
-rw-r--r--android/service/build.gradle.kts3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/service/build.gradle.kts b/android/service/build.gradle.kts
index ebf48d22fd..73daa9bcb0 100644
--- a/android/service/build.gradle.kts
+++ b/android/service/build.gradle.kts
@@ -44,6 +44,9 @@ android {
buildConfigField("String", "API_ENDPOINT", "\"api.stagemole.eu\"")
}
}
+ buildFeatures {
+ buildConfig = true
+ }
}
dependencies {