Bug 1891342 - Part 2: Update iconAccentViolet color to Violet70 r=android-reviewers...
[gecko.git] / mobile / android / fenix / gradle.properties
blob2a9a9a2f1f150953c23325cce5f2f1453e1e07c0
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 # Project-wide Gradle settings.
6 # IDE (e.g. Android Studio) users:
7 # Gradle settings configured through the IDE *will override*
8 # any settings specified in this file.
9 # For more details on how to configure your build environment visit
10 # http://www.gradle.org/docs/current/userguide/build_environment.html
11 # Specifies the JVM arguments used for the daemon process.
12 # The setting is particularly useful for tweaking memory settings.
13 org.gradle.jvmargs=-Xmx7g -Xms2g -XX:MaxMetaspaceSize=6g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC
14 # When configured, Gradle will run in incubating parallel mode.
15 # This option should only be used with decoupled projects. More details, visit
16 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
17 #org.gradle.parallel=true
18 # Kotlin code style for this project: "official" or "obsolete":
19 kotlin.code.style=official
20 android.useAndroidX=true
21 android.enableJetifier=false
23 # Enables copying of Jetpack Benchmark results from the device to the build directory.
24 android.enableAdditionalTestOutput=true
26 libUrl=https://github.com/mozilla-mobile/firefox-android/tree/main/fenix
27 libVcsUrl=https://github.com/mozilla-mobile/firefox-android.git
28 libLicense=MPL-2.0
29 libLicenseUrl=https://www.mozilla.org/en-US/MPL/2.0/
30 android.nonTransitiveRClass=false
31 android.nonFinalResIds=false
32 android.enableR8.fullMode=false
34 # Disable problematic AGP 8.3 optimization
35 android.enableNewResourceShrinker.preciseShrinking=false