Gabriel Peal | 853f5db | 2016-08-12 13:43:54 -0700 | [diff] [blame] | 1 | # Project-wide Gradle settings. |
| 2 | |
| 3 | # IDE (e.g. Android Studio) users: |
Gabriel Peal | 9f62d09 | 2016-10-18 16:11:08 -0700 | [diff] [blame] | 4 | # Settings specified in this file will override any Gradle settings |
| 5 | # configured through the IDE. |
Gabriel Peal | 853f5db | 2016-08-12 13:43:54 -0700 | [diff] [blame] | 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. |
Gabriel Peal | 9f62d09 | 2016-10-18 16:11:08 -0700 | [diff] [blame] | 12 | # Default value: -Xmx10248m -XX:MaxPermSize=256m |
| 13 | # org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 |
Gabriel Peal | 853f5db | 2016-08-12 13:43:54 -0700 | [diff] [blame] | 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 |
Gabriel Peal | 9f62d09 | 2016-10-18 16:11:08 -0700 | [diff] [blame] | 19 | |
Gabriel Peal | 329a515 | 2019-12-01 15:08:52 -0800 | [diff] [blame] | 20 | VERSION_NAME=3.3.0 |
Gabriel Peal | 9f62d09 | 2016-10-18 16:11:08 -0700 | [diff] [blame] | 21 | GROUP=com.airbnb.android |
| 22 | |
Gabriel Peal | 1a96ad5 | 2017-01-25 11:15:30 -0800 | [diff] [blame] | 23 | POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime. |
Gabriel Peal | 9f62d09 | 2016-10-18 16:11:08 -0700 | [diff] [blame] | 24 | POM_URL=https://github.com/airbnb/lottie-android |
| 25 | POM_SCM_URL=https://github.com/airbnb/lottie-android |
| 26 | POM_SCM_CONNECTION=scm:git@github.com:airbnb/lottie-android.git |
| 27 | POM_SCM_DEV_CONNECTION=scm:git@github.com:airbnb/lottie-android.git |
| 28 | POM_LICENSE_NAME=Apache License 2.0 |
| 29 | POM_LICENSE_URL=https://github.com/airbnb/lottie-android/blob/master/LICENSE |
| 30 | POM_LICENSE_DIST=repo |
| 31 | POM_DEVELOPER_ID=airbnb |
Gabriel Peal | 1a96ad5 | 2017-01-25 11:15:30 -0800 | [diff] [blame] | 32 | POM_DEVELOPER_NAME=Airbnb |
Gabriel Peal | 4105c51 | 2017-01-25 11:19:31 -0800 | [diff] [blame] | 33 | POM_DEVELOPER_EMAIL=lottie@airbnb.com |
Gabriel Peal | 491273b | 2017-12-05 16:48:36 -0800 | [diff] [blame] | 34 | POM_INCEPTION_YEAR=2017 |
Gabriel Peal | c476cc6 | 2018-09-24 23:19:47 -0700 | [diff] [blame] | 35 | android.useAndroidX=true |
Gabriel Peal | 35de50d | 2019-06-03 12:39:48 +0200 | [diff] [blame] | 36 | android.enableJetifier=true |