diff options
| author | Albin <albin@mullvad.net> | 2025-04-10 16:45:20 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2025-04-11 15:20:39 +0200 |
| commit | 9f4e69142676af78ff1116602bf49b158ec33854 (patch) | |
| tree | 60a9dff60e3f980eeb387e5d27b3edbc7bde4d5d /android | |
| parent | 4ca7b0dcf3a1f32d8739defd36af1061c5ba3c58 (diff) | |
| download | mullvadvpn-9f4e69142676af78ff1116602bf49b158ec33854.tar.xz mullvadvpn-9f4e69142676af78ff1116602bf49b158ec33854.zip | |
Enable gradle caching
Diffstat (limited to 'android')
| -rw-r--r-- | android/gradle.properties | 9 |
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 + |
