149 lines
4.9 KiB
Properties
149 lines
4.9 KiB
Properties
# Project-wide Gradle settings.
|
||
# IDE (e.g. Android Studio) users:
|
||
# Gradle settings configured through the IDE *will override*
|
||
# any settings specified in this file.
|
||
# 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.
|
||
#org.gradle.jvmargs=-Xmx1536m
|
||
org.gradle.daemon=true
|
||
org.gradle.configureondemand=true
|
||
org.gradle.parallel=true
|
||
org.gradle.jvmargs=-Xmx3072m
|
||
#开启gradle缓存
|
||
org.gradle.caching=true
|
||
android.enableBuildCache=true
|
||
#开启kotlin的增量和并行编译
|
||
kotlin.incremental=true
|
||
kotlin.incremental.java=true
|
||
kotlin.caching.enabled=true
|
||
#开启kotlin并行编译
|
||
kotlin.parallel.tasks.in.project=true
|
||
#优化kapt
|
||
#并行运行kapt1.2.60版本以上支持
|
||
kapt.use.worker.api=true
|
||
#增量编译 kapt1.3.58版本以上支持
|
||
kapt.incremental.apt=true
|
||
#kapt avoiding 如果用kapt依赖的内容没有变化,会完全重用编译内容,省掉app:kaptGenerateStubsDebugKotlin的时间
|
||
kapt.include.compile.classpath=false
|
||
# 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
|
||
# AndroidX package structure to make it clearer which packages are bundled with the
|
||
# Android operating system, and which are packaged with your app'protoc_platforms APK
|
||
# https://developer.android.com/topic/libraries/support-library/androidx-rn
|
||
android.useAndroidX=true
|
||
# Automatically convert third-party libraries to use AndroidX
|
||
android.enableJetifier=true
|
||
android.jetifier.blacklist=module-service-2.1.16.10.aar
|
||
## maven 配置
|
||
RELEASE_REPOSITORY_URL=http://nexus.zhidaoauto.com/repository/maven-releases/
|
||
SNAPSHOT_REPOSITORY_URL=http://nexus.zhidaoauto.com/repository/maven-snapshots/
|
||
USERNAME=xintai
|
||
PASSWORD=xintai2018
|
||
# 编译模式: false - 依赖本地版本, true - 依赖 maven 版本
|
||
USE_MAVEN_PACKAGE=false
|
||
##plugin 插件
|
||
android.enableR8.libraries=false
|
||
android.enableR8=false
|
||
android.enableD8=true
|
||
android.enableD8.desugaring=true
|
||
android.enableDesugar=true
|
||
bytex.enableHtmlLog=true
|
||
bytex.forbidUseLenientMutationDuringGetArtifact=true
|
||
bytex.verifyProguardConfigurationChanged=false
|
||
bytex.ASM_API=ASM7
|
||
|
||
HOOK_LOG_VERSION=1.6.1
|
||
SERVICE_CHAIN_VERSION=1.1.0
|
||
|
||
BIZCONFIG_VERSION=1.3.2
|
||
SERVICE_BIZ_VERSION=1.2.4
|
||
################ 外部依赖引用 ################
|
||
# loglib
|
||
LOGLIB_VERSION=1.5.11
|
||
######## MogoAiCloudSDK Version ########
|
||
# 网络请求LOGLIB_VERSION
|
||
MOGO_NETWORK_VERSION=1.4.6.4
|
||
# 鉴权
|
||
MOGO_PASSPORT_VERSION=1.4.6.4
|
||
# 常链接
|
||
MOGO_SOCKET_VERSION=1.4.6.4
|
||
# 数据采集
|
||
MOGO_REALTIME_VERSION=1.4.6.4
|
||
# 探路,道路事件发布,获取
|
||
MOGO_TANLU_VERSION=1.4.6.4
|
||
# 直播推流
|
||
MOGO_LIVE_VERSION=1.4.6.4
|
||
# 直播拉流
|
||
MOGO_TRAFFICLIVE_VERSION=1.4.6.4
|
||
# 定位服务
|
||
MOGO_LOCATION_VERSION=1.4.6.4
|
||
# 远程通讯模块
|
||
MOGO_TELEMATIC_VERSION=1.4.6.4
|
||
######## MogoAiCloudSDK Version ########
|
||
# 自研地图
|
||
MAP_SDK_VERSION=2.10.0.9
|
||
MAP_SDK_OPERATION_VERSION=1.1.4.1
|
||
# websocket
|
||
WEBSOCKET_VERSION=1.1.7
|
||
## 产品库必备配置,产品库自动对versionCode和versionName版本进行升级
|
||
applicationId=com.mogo.launcer
|
||
applicationName=IntelligentPilot
|
||
# RoboBus司机端:2.5.1;RoboTaxi司机端:2.5.1;RoboTaxi乘客端:1.0.0
|
||
versionCode=1002000
|
||
versionName=1.0.2
|
||
|
||
################# 新架构模块Maven版本管理 #################
|
||
MOGO_CORE_FUNCTION_HMI_VERSION=0.0.58.10
|
||
MOGO_CORE_FUNCTION_MAP_VERSION=0.0.58.10
|
||
MOGO_CORE_DATA_VERSION=0.0.58.10
|
||
MOGO_CORE_FUNCTION_API_VERSION=0.0.58.10
|
||
MOGO_CORE_FUNCTION_CALL_VERSION=0.0.58.10
|
||
MOGO_CORE_FUNCTION_DEVATOOLS_VERSION=0.0.58.10
|
||
MOGO_CORE_RES_VERSION=0.0.58.10
|
||
MOGO_CORE_UTILS_VERSION=0.0.58.10
|
||
MOGO_CORE_NETWORK_VERSION=0.0.58.10
|
||
################# 旧版本架构模块版本 #################
|
||
## 工程内模块
|
||
MOGO_COMMONS_VERSION=2.1.16.10
|
||
MOGO_MAP_VERSION=2.1.16.10
|
||
MOGO_MAP_API_VERSION=2.1.16.10
|
||
# obu
|
||
MOGO_MODULE_OBU_MOGO_VERSION=2.1.16.10
|
||
# bugly
|
||
CRASHREPORT_VERSION=2.1.16.10
|
||
CRASHREPORT_NOOP_VERSION=2.1.16.10
|
||
CRASHREPORT_APMBYTE_VERSION=2.1.16.10
|
||
## tts
|
||
TTS_BASE_VERSION=2.1.16.10
|
||
TTS_DI_VERSION=2.1.16.10
|
||
TTS_ZHI_VERSION=2.1.16.10
|
||
TTS_PAD_VERSION=2.1.16.10
|
||
TTS_NOOP_VERSION=2.1.16.10
|
||
TTS_IFLYTEK_VERSION=2.1.16.10
|
||
# 自研地图
|
||
MAP_CUSTOM_VERSION=2.1.16.10
|
||
|
||
# OCH
|
||
MOGO_OCH_VERSION=2.1.16.10-test
|
||
MOGO_OCH_BUS_VERSION=2.0.66
|
||
MOGO_OCH_NOOP_VERSION=2.0.66
|
||
MOGO_OCH_TAXI_VERSION=2.0.66
|
||
# mogoAiCloud sdk services
|
||
MOGO_AICLOUD_SERVICES_SDK_VERSION=2.1.16.10
|
||
|
||
# ADAS LIB Maven配置(用于地图部门测试使用,鹰眼项目中使用本地依赖) #
|
||
ADAS_LIB_GROUP=com.zhidao.support.adas
|
||
ADAS_LIB_POM_ARTIFACT_ID=high
|
||
ADAS_LIB_CHILD_VERSION=.0
|
||
|
||
ADAS_DATA_LIB_GROUP=com.zhjt.mogo.adas.data
|
||
ADAS_DATA_LIB_POM_ARTIFACT_ID=adas-data
|
||
ADAS_DATA_LIB_CHILD_VERSION=.0
|
||
|
||
# 线程优化版本
|
||
THREAD_OPT_VERSION=4.0.1
|