forked from airbnb/mavericks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
19 lines (19 loc) · 950 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
VERSION_NAME=2.4.0-SNAPSHOT
GROUP=com.airbnb.android
POM_DESCRIPTION=Mavericks is an Android application framework that makes product development fast and fun.
POM_URL=https://github.com/airbnb/mavericks
POM_SCM_URL=https://github.com/airbnb/mavericks
POM_SCM_CONNECTION=scm:[email protected]:airbnb/mavericks.git
POM_SCM_DEV_CONNECTION=scm:[email protected]:airbnb/mavericks.git
POM_LICENSE_NAME=Apache License 2.0
POM_LICENSE_URL=https://github.com/airbnb/mavericks/blob/master/LICENSE
POM_LICENSE_DIST=repo
POM_DEVELOPER_ID=airbnb
POM_DEVELOPER_NAME=Airbnb
POM_INCEPTION_YEAR=2018
android.useAndroidX=true
# With the default memory size Gradle gets out of memory issues when building, so we have to increase it
# Dokka fails without a larger metaspace https://github.com/Kotlin/dokka/issues/1405
org.gradle.jvmargs=-Xms128m -Xmx2048m -XX:+CMSClassUnloadingEnabled -XX:MaxMetaspaceSize=1g
# Set to false if you want to use Proguard
android.enableR8=true