android: debug build without keystore
This commit is contained in:
parent
094a5b8969
commit
d79d05ef5a
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@ function build_apk() {
|
|||
./gradlew clean
|
||||
# Build signed apk if keystore exists
|
||||
if [ ! -f keystore.properties ]; then
|
||||
./gradlew assembleRelease
|
||||
apk_path=app/build/outputs/apk/release/app-release.apk
|
||||
./gradlew assembleDebug
|
||||
apk_path=app/build/outputs/apk/debug/app-debug.apk
|
||||
else
|
||||
./gradlew assembleSignedRelease
|
||||
apk_path=app/build/outputs/apk/signedRelease/app-signedRelease.apk
|
||||
|
|
Loading…
Reference in a new issue