65 lines
2.2 KiB
Properties
65 lines
2.2 KiB
Properties
## Project-wide Gradle settings.
|
||
#
|
||
# For more details on how to configure your build environment visit
|
||
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
||
#
|
||
# Specifies the JVM arguments used for the daemon process.
|
||
# The setting is particularly useful for tweaking memory settings.
|
||
# Default value: -Xmx1024m -XX:MaxPermSize=256m
|
||
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
||
#
|
||
# When configured, Gradle will run in incubating parallel mode.
|
||
# This option should only be used with decoupled projects. More details, visit
|
||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
||
# org.gradle.parallel=true
|
||
#Wed Jul 19 10:16:09 CST 2017
|
||
#android.enableD8=false
|
||
org.gradle.jvmargs=-Xmx2048m -XX\:MaxPermSize\=512m -XX\:+HeapDumpOnOutOfMemoryError -Dfile.encoding\=UTF-8
|
||
org.gradle.parallel=true
|
||
|
||
# channel packages
|
||
channel_file=channel.txt
|
||
|
||
# 测试环境的KEY(部分)
|
||
DEV_BUGLY_APPID=43104840f8
|
||
DEV_UMENG_APPKEY=58e5b0b9c62dca35a00005e6
|
||
DEV_UMENG_MESSAGE_SECRET=ca08596492f8a7fde2ab48dceab8c1f3
|
||
|
||
# 正式环境的KEY
|
||
MIPUSH_APPID=2882303761517352993
|
||
MIPUSH_APPKEY=5451735292993
|
||
UMENG_APPKEY=585a29fa8f4a9d327600023e
|
||
UMENG_MESSAGE_SECRET=8bcce6bed547ee624f5c2cc64d39a9e9
|
||
MEIZUPUSH_APPID=114752
|
||
MEIZUPUSH_APPKEY=7cba83b9524a44239b3fca5c1ae8baed
|
||
HUAWEI_PUSH_APPID=100030919
|
||
WECHAT_APPID=wx3ffd0785fad18396
|
||
WECHAT_SECRET=368b49e8471857575a033b206218f9fb
|
||
TD_APPID=81DB144D555386A38A70B833537EC256
|
||
TENCENT_APPID=1104659243
|
||
MTA_APPKEY=AYBWRCW4154E
|
||
WEIBO_APPKEY=1723629218
|
||
BUGLY_APPID=d5de44c594
|
||
LETO_APPID=1001276
|
||
TTAD_APPID=5065631
|
||
|
||
# hosts
|
||
DEV_API_HOST=https\://dev.api.ghzs.com/v4d1d0/
|
||
|
||
API_HOST=https\://and-api.ghzs.com/v4d1d0/
|
||
SENSITIVE_API_HOST=https\://and-core-api.ghzs.com/v4d1d0/
|
||
|
||
# 请不要手动改动下面的值,除非你明确需要以某个apk作为基准包,需要打包请以scripts/tinker*.sh为准
|
||
TINKER_ENABLE=
|
||
TINKER_ID=5340a41
|
||
TINKER_BASE_APK_DIR=app-0807-19-17-59_5340a41
|
||
android.useAndroidX=true
|
||
android.enableJetifier=true
|
||
|
||
# tinker 要新版本才支持 R8,在没有更新 tinker 的情况下暂时关闭 R8。https://github.com/Tencent/tinker/issues/1099
|
||
android.enableR8 = false
|
||
|
||
# kapt 编译
|
||
kapt.use.worker.api = true
|
||
kapt.incremental.apt = true
|