forked from nickbutcher/plaid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
32 lines (24 loc) · 875 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Settings specified in this file will override any Gradle settings
# configured through the IDE.
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Daemon heap size 1.5GB
org.gradle.jvmargs=-Xmx1536M
org.gradle.daemon=true
org.gradle.caching=true
org.gradle.parallel=true
# Use kapt incremental
kapt.incremental.apt=true
# Use kapt in parallel
kapt.use.worker.api=true
# Kapt compile avoidance
kapt.include.compile.classpath=false
# Design News API
designer_news_client_id = <your designer news client id>
designer_news_client_secret = <your designer news client secret>
# Product Hunt API
product_hunt_developer_token = <your product hunt developer token>
android.useAndroidX=true
android.enableJetifier=true