summaryrefslogtreecommitdiffhomepage
path: root/android/service
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2025-05-21 11:57:51 +0200
committerDavid Göransson <david.goransson@mullvad.net>2025-05-21 11:57:51 +0200
commitb708e86feb1235a6241cd12e1b8315cea19a12d5 (patch)
tree3946e8dc8792199eab45e6fee3d31775aa773fb8 /android/service
parentee8c0578c5d7f330b40272cdec1ee62af2c5fd20 (diff)
parentf2b6a3d2d04d33e106b794ae489d506651f41f91 (diff)
downloadmullvadvpn-b708e86feb1235a6241cd12e1b8315cea19a12d5.tar.xz
mullvadvpn-b708e86feb1235a6241cd12e1b8315cea19a12d5.zip
Merge branch 'rework-localproperties-and-e2eproperties-droid-1430'
Diffstat (limited to 'android/service')
-rw-r--r--android/service/build.gradle.kts5
1 files changed, 1 insertions, 4 deletions
diff --git a/android/service/build.gradle.kts b/android/service/build.gradle.kts
index 7fd560aa43..4fd794c765 100644
--- a/android/service/build.gradle.kts
+++ b/android/service/build.gradle.kts
@@ -1,5 +1,3 @@
-import com.android.build.gradle.internal.cxx.configure.gradleLocalProperties
-
plugins {
alias(libs.plugins.android.library)
alias(libs.plugins.kotlin.android)
@@ -13,8 +11,7 @@ android {
defaultConfig {
minSdk = Versions.minSdkVersion
- val localProperties = gradleLocalProperties(rootProject.projectDir, providers)
- val shouldRequireBundleRelayFile = isReleaseBuild() && !isDevBuild(localProperties)
+ val shouldRequireBundleRelayFile = isReleaseBuild() && !isDevBuild()
buildConfigField(
"Boolean",
"REQUIRE_BUNDLED_RELAY_FILE",