Skip to content

Commit

Permalink
Update build task variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
IoriBranford committed Aug 31, 2023
1 parent 131f26b commit dcff19a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion make-vars-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ export ICONS_DIR="$PWD/android/app/src/main/res"
export KEYSTORE_FILE="$PWD/release.keystore"
export VERSION_NAME="android-8"
export VERSION_CODE=8
export BUILD_TASKS="assembleEmbedNoRecordRelease bundleEmbedNoRecordRelease"
export PACKAGE_TYPES="assemble bundle"
export APP_TYPES="embed"
export RECORD_TYPES="noRecord"
export BUILD_TYPES="release"

0 comments on commit dcff19a

Please sign in to comment.