aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorGoooler <wangzongler@gmail.com>2021-09-19 12:04:55 +0800
committerGitHub <noreply@github.com>2021-09-18 21:04:55 -0700
commitea5cd72eb8c67db880ea82d18f64cdb0e5fb9a4e (patch)
treee36d3f596d5df76a16aa5457e530fdda026a5e72 /gradle.properties
parent12748d4d7a41f1a7797819334538fe52261779a5 (diff)
downloadlottie-ea5cd72eb8c67db880ea82d18f64cdb0e5fb9a4e.tar.gz
Optimize gradle & Remove redundant .gitignore files (#1877)
Co-authored-by: Gabriel Peal <gpeal@users.noreply.github.com>
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties22
1 files changed, 2 insertions, 20 deletions
diff --git a/gradle.properties b/gradle.properties
index 9ccb37f9..02bfbccb 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,22 +1,3 @@
-# Project-wide Gradle settings.
-
-# IDE (e.g. Android Studio) users:
-# Settings specified in this file will override any Gradle settings
-# configured through the IDE.
-
-# For more details on how to configure your build environment visit
-# http://www.gradle.org/docs/current/userguide/build_environment.html
-
-# Specifies the JVM arguments used for the daemon process.
-# The setting is particularly useful for tweaking memory settings.
-# Default value: -Xmx10248m -XX:MaxPermSize=256m
-# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
-
-# 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
-
VERSION_NAME=4.1.1-SNAPSHOT
GROUP=com.airbnb.android
@@ -32,9 +13,10 @@ POM_DEVELOPER_ID=airbnb
POM_DEVELOPER_NAME=Airbnb
POM_DEVELOPER_EMAIL=lottie@airbnb.com
POM_INCEPTION_YEAR=2017
+
android.useAndroidX=true
android.enableJetifier=true
org.gradle.caching=true
-org.gradle.jvmargs=-Xmx4096m
+org.gradle.jvmargs=-Xmx4g -XX:+UseParallelGC -Dfile.encoding=UTF-8
org.gradle.daemon=true
org.gradle.parallel=true