No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
release
|
|
@ -38,7 +38,7 @@ set -x |
|
|
|
./gradlew assembleRelease |
|
|
|
set +x |
|
|
|
|
|
|
|
BUILT_APK=$(find . -name "*.apk") |
|
|
|
BUILT_APK=$(find . -name "*.apk" -path "*release*") |
|
|
|
|
|
|
|
echo |
|
|
|
echo "Doing zipalign" |
|
|
|