Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 711e377b authored by Amit Kumar's avatar Amit Kumar
Browse files

Exclude gradle.properties from .gitignore

parent f76a0c04
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -6,7 +6,6 @@
.externalNativeBuild
.externalNativeBuild
.idea/
.idea/
*iml
*iml
gradle.properties
bin/
bin/
gen/
gen/
out/
out/

gradle.properties

0 → 100644
+27 −0
Original line number Original line Diff line number Diff line
# Project-wide Gradle settings.

# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.

# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html

# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
org.gradle.parallel=true

org.gradle.configureondemand=true
org.gradle.caching=true

# Enable D8 desugar / R8
android.enableD8.desugaring=true
android.enableR8=true

# AndroidX
android.useAndroidX=false
android.enableJetifier=false

# The default memory is 512m
org.gradle.jvmargs=-Xmx1g