summaryrefslogtreecommitdiffhomepage
path: root/android/app
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2025-02-18 07:54:08 +0100
committerDavid Göransson <david.goransson@mullvad.net>2025-02-18 07:54:08 +0100
commitb91e5501370167efe2a5a493d54332566e75249f (patch)
treeb42c5b6ae918b704d79077cf75c73e61b4f3b23c /android/app
parent6aa3e528013ef4b496ed497a459ee4ceed185231 (diff)
parente8c0551090a1d721e40d1d5bd549ff5107001532 (diff)
downloadmullvadvpn-b91e5501370167efe2a5a493d54332566e75249f.tar.xz
mullvadvpn-b91e5501370167efe2a5a493d54332566e75249f.zip
Merge branch 'update-dependencies-droid-1795'
Diffstat (limited to 'android/app')
-rw-r--r--android/app/build.gradle.kts6
1 files changed, 2 insertions, 4 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts
index 60a08c4f5e..7996d32d56 100644
--- a/android/app/build.gradle.kts
+++ b/android/app/build.gradle.kts
@@ -56,7 +56,7 @@ android {
checkDependencies = true
}
- if(isReleaseBuild()) {
+ if (isReleaseBuild()) {
ndk { debugSymbolLevel = "none" }
}
}
@@ -291,9 +291,7 @@ cargo {
add("--locked")
}
}
- exec = { spec, _ ->
- spec.environment("RUSTFLAGS", generateRemapArguments())
- }
+ exec = { spec, _ -> spec.environment("RUSTFLAGS", generateRemapArguments()) }
}
tasks.register<Exec>("cargoClean") {