[3.4.0-map-sdk]add yml and config set

This commit is contained in:
zhongchao
2023-09-28 16:29:26 +08:00
parent 06a96b31d3
commit 5d222c70fb
2 changed files with 17 additions and 7 deletions

View File

@@ -6,4 +6,20 @@ inspect java and kotlin codes:
- apk
- android
stage: analyze
script:
- echo "$CI_COMMIT_BEFORE_SHA $CI_COMMIT_SHA $CI_COMMIT_BRANCH"
- echo "$CI_JOB_STAGE}_reports_${CI_PROJECT_NAME}_${CI_BUILD_REF_NAME}"
- ./gradlew runCodeInspect
before_script:
- source change_java_version
artifacts:
name: "$CI_JOB_STAGE}_reports_${CI_PROJECT_NAME}_$CI_COMMIT_REF_SLUG"
when: on_failure
expire_in: 1 days
paths:
- "build/reports/*"
only:
- "$CI_COMMIT_BRANCH"
except:
- master
allow_failure: false

View File

@@ -230,14 +230,8 @@ ext {
block_detector : "com.mogo.eagle.core.block:runtime:10.0.21"
]
android = [
launcherApplicationId : "com.mogo.launcher",
independentApplicationId : "com.mogo.launcher.app",
fLauncherApplicationId : "com.mogo.launcher.f",
bydautoIndependentApplicationId: "com.mogo.launcher.app.bydauto",
fLauncherAmapApiValue : "ace34d685cc04836c03905e4d1536125",
bydautoIndependentApiValue : "b1e1d527b02a493913c50985827c943a",
commonLauncherAmapApiValue : "a36b9f7b086fa3951bb35338a5a06dd3",
commonIndependentAmapApiValue : "1c3fbc5f5e183619ffb1e7bc01e6751f",
compileSdkVersion : 33,
buildToolsVersion : "29.0.2",
minSdkVersion : 23,