xref: /aosp_15_r20/external/lottie/gradle.properties (revision bb5273fecd5c61b9ace70f9ff4fcd88f0e12e3f7)
1VERSION_NAME=6.4.0
2GROUP=com.airbnb.android
3
4POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.
5POM_URL=https://github.com/airbnb/lottie-android
6POM_SCM_URL=https://github.com/airbnb/lottie-android
7POM_SCM_CONNECTION=scm:[email protected]:airbnb/lottie-android.git
8POM_SCM_DEV_CONNECTION=scm:[email protected]:airbnb/lottie-android.git
9POM_LICENSE_NAME=Apache-2.0
10POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0
11POM_LICENSE_DIST=repo
12POM_DEVELOPER_ID=airbnb
13POM_DEVELOPER_NAME=Airbnb
14[email protected]
15POM_INCEPTION_YEAR=2017
16
17android.useAndroidX=true
18android.enableJetifier=false
19org.gradle.caching=true
20org.gradle.jvmargs=-Xmx4g -XX:+UseParallelGC -Dfile.encoding=UTF-8
21org.gradle.daemon=true
22org.gradle.parallel=true
23