chore: 去除混淆

This commit is contained in:
HuanChengFly 2021-02-01 19:17:12 +08:00
parent f0f8a84e05
commit e924cb3c36
1 changed files with 2 additions and 2 deletions

View File

@ -32,9 +32,9 @@ jobs:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
- run:
name: Initial build
command: ./gradlew clean resguardRelease --no-daemon --stacktrace
command: ./gradlew clean assembleRelease --no-daemon --stacktrace
- store_artifacts:
path: app/release/
path: app/build/outputs/apk/release/
destination: apk/
- store_artifacts:
path: app/build/outputs/mapping/release/