summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2025-04-10 16:45:20 +0200
committerAlbin <albin@mullvad.net>2025-04-11 15:20:39 +0200
commit9f4e69142676af78ff1116602bf49b158ec33854 (patch)
tree60a9dff60e3f980eeb387e5d27b3edbc7bde4d5d /android
parent4ca7b0dcf3a1f32d8739defd36af1061c5ba3c58 (diff)
downloadmullvadvpn-9f4e69142676af78ff1116602bf49b158ec33854.tar.xz
mullvadvpn-9f4e69142676af78ff1116602bf49b158ec33854.zip
Enable gradle caching
Diffstat (limited to 'android')
-rw-r--r--android/gradle.properties9
1 files changed, 9 insertions, 0 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index b8a39d5d02..2170a22f34 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -1,6 +1,15 @@
+# Android properties
android.enableR8.fullMode=true
android.nonTransitiveRClass=false
android.useAndroidX=true
+
+# Kotlin properties
kotlin.code.style=official
+
+# Gradle properties
+org.gradle.caching=true
org.gradle.jvmargs=-Xmx8192M -Dkotlin.daemon.jvm.options\="-Xmx8192M"
+
+# Mullvad properties
test.e2e.enableAccessToLocalApiTests=false
+