chore: 去除混淆
This commit is contained in:
parent
f0f8a84e05
commit
e924cb3c36
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in New Issue