• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Project-wide Gradle settings.
2
3# IDE (e.g. Android Studio) users:
4# Settings specified in this file will override any Gradle settings
5# configured through the IDE.
6
7# For more details on how to configure your build environment visit
8# http://www.gradle.org/docs/current/userguide/build_environment.html
9
10# Specifies the JVM arguments used for the daemon process.
11# The setting is particularly useful for tweaking memory settings.
12# Default value: -Xmx10248m -XX:MaxPermSize=256m
13# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
14
15# When configured, Gradle will run in incubating parallel mode.
16# This option should only be used with decoupled projects. More details, visit
17# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18# org.gradle.parallel=true
19
20VERSION_NAME=3.3.0
21GROUP=com.airbnb.android
22
23POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.
24POM_URL=https://github.com/airbnb/lottie-android
25POM_SCM_URL=https://github.com/airbnb/lottie-android
26POM_SCM_CONNECTION=scm:git@github.com:airbnb/lottie-android.git
27POM_SCM_DEV_CONNECTION=scm:git@github.com:airbnb/lottie-android.git
28POM_LICENSE_NAME=Apache License 2.0
29POM_LICENSE_URL=https://github.com/airbnb/lottie-android/blob/master/LICENSE
30POM_LICENSE_DIST=repo
31POM_DEVELOPER_ID=airbnb
32POM_DEVELOPER_NAME=Airbnb
33POM_DEVELOPER_EMAIL=lottie@airbnb.com
34POM_INCEPTION_YEAR=2017
35android.useAndroidX=true
36android.enableJetifier=true
37