[3.4.0-map-sdk]remove bugly impl
This commit is contained in:
@@ -6,15 +6,9 @@ import java.text.SimpleDateFormat
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'kotlin-android-extensions'
|
||||
apply plugin: 'bugly'
|
||||
|
||||
apply from: rootProject.file('gradle/bytex/bytex.gradle')
|
||||
|
||||
bugly {
|
||||
appId = 'ac71228f85' // 注册时分配的App ID
|
||||
appKey = '3c736249-d6be-4066-b577-b7a6dc975cf7' // 注册时分配的App Key
|
||||
}
|
||||
|
||||
Properties properties = new Properties()
|
||||
properties.load(project.rootProject.file("gradle.properties").newDataInputStream())
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@ project.android.productFlavors {
|
||||
|
||||
// 配置AndroidManifest.xml中用到的参数
|
||||
manifestPlaceholders = [
|
||||
// BUGLY_APP_CHANNEL
|
||||
CHANNEL_VALUE_TAIL: "Noop",
|
||||
]
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@ project.android.productFlavors {
|
||||
|
||||
// 配置AndroidManifest.xml中用到的参数
|
||||
manifestPlaceholders = [
|
||||
// BUGLY_APP_CHANNEL
|
||||
CHANNEL_VALUE_TAIL: "DFHQ",
|
||||
]
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@ project.android.productFlavors {
|
||||
|
||||
// 配置AndroidManifest.xml中用到的参数
|
||||
manifestPlaceholders = [
|
||||
// BUGLY_APP_CHANNEL
|
||||
CHANNEL_VALUE_TAIL: "FT",
|
||||
]
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ project.android.productFlavors {
|
||||
|
||||
// 配置AndroidManifest.xml中用到的参数
|
||||
manifestPlaceholders = [
|
||||
// BUGLY_APP_CHANNEL
|
||||
CHANNEL_VALUE_TAIL : "JL",
|
||||
]
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@ project.android.productFlavors {
|
||||
|
||||
// 配置AndroidManifest.xml中用到的参数
|
||||
manifestPlaceholders = [
|
||||
// BUGLY_APP_CHANNEL
|
||||
CHANNEL_VALUE_TAIL: "M1",
|
||||
]
|
||||
|
||||
|
||||
@@ -20,15 +20,6 @@
|
||||
android:usesCleartextTraffic="true"
|
||||
tools:replace="android:label">
|
||||
|
||||
<!-- 配置APP ID -->
|
||||
<meta-data
|
||||
android:name="BUGLY_APPID"
|
||||
android:value="ac71228f85" />
|
||||
<!-- 配置APP渠道号 -->
|
||||
<meta-data
|
||||
android:name="BUGLY_APP_CHANNEL"
|
||||
android:value="${CHANNEL_VALUE_HEAD}_${CHANNEL_VALUE_BODY}_${CHANNEL_VALUE_TAIL}" />
|
||||
|
||||
<meta-data
|
||||
android:name="com.amap.api.v2.apikey"
|
||||
android:value="${AMAP_API_VALUE}" />
|
||||
|
||||
@@ -93,9 +93,6 @@ object ConfigStartUp {
|
||||
}
|
||||
|
||||
private fun initOtherConfig(context: Context) {
|
||||
// 配置BuglyAppID:MoGoEagleEye
|
||||
CrashReportConstants.buglyAppID = "ac71228f85"
|
||||
|
||||
if (AppIdentityModeUtils.isTaxi(FunctionBuildConfig.appIdentityMode)) {
|
||||
HdMapBuildConfig.currentCarVrIconRes = R.raw.chuzuche
|
||||
} else if (AppIdentityModeUtils.isBus(FunctionBuildConfig.appIdentityMode)) {
|
||||
|
||||
@@ -28,7 +28,6 @@ buildscript {
|
||||
classpath "com.android.tools.build:gradle:${gradle_version}"
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlin_plugin_version}"
|
||||
classpath "com.alibaba:arouter-register:10.0.5_mogo"
|
||||
classpath 'com.tencent.bugly:symtabfileuploader:2.2.1'
|
||||
classpath "com.bytedance.android.byteX:base-plugin:${plugin_version}"
|
||||
classpath "com.mogo.cloud:hook:${service_chain_version}"
|
||||
classpath "com.mogo.cloud:bizconfig:${plugin_version}"
|
||||
|
||||
0
codequality/.gitlab-ci.yml
Normal file
0
codequality/.gitlab-ci.yml
Normal file
1
codequality/pmd.gradle
Normal file
1
codequality/pmd.gradle
Normal file
@@ -0,0 +1 @@
|
||||
//apply plugin:"pmd"
|
||||
@@ -108,7 +108,7 @@ 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
|
||||
|
||||
@@ -11,11 +11,4 @@ public class CrashReportConstants {
|
||||
public static final String PATH = "/crashreport/api";
|
||||
public static final String NAME = "CrashReportApi";
|
||||
|
||||
|
||||
/**
|
||||
* https://bugly.qq.com/
|
||||
* 在线日统计平台 App ID
|
||||
*/
|
||||
public static String buglyAppID = "";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user