1
0
Fork 0

Update release
the build was successful Details

master
Ambrose Chua 2018-11-10 16:12:05 +08:00 committed by GitHub
parent 5e05e4f0ee
commit 327c2a85a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"