forked from braintree/braintree_android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
23 lines (17 loc) · 773 Bytes
/
gradle.properties
File metadata and controls
23 lines (17 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
android.useAndroidX=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false
# Ref: https://stackoverflow.com/a/50673210
org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
POM_PACKAGING=aar
POM_URL=https://github.com/braintree/braintree_android
POM_SCM_URL=scm:git@github.com:braintree/braintree_android.git
POM_SCM_CONNECTION=scm:git@github.com:braintree/braintree_android.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:braintree/braintree_android.git
POM_LICENSE_NAME=MIT
POM_LICENSE_URL=http://opensource.org/licenses/MIT
POM_LICENSE_DISTRIBUTION=repo
POM_DEVELOPER_ID=devs
POM_DEVELOPER_NAME=Braintree Payments
POM_DEVELOPER_EMAIL=sdks@paypal.com