Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
razinj committed Oct 22, 2022
1 parent 2c86985 commit 3b2b6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd ./android
echo "[!] Current directory $(pwd)"

echo "[!] Started building release APK and AAB binaries"
# ./gradlew assembleRelease && ./gradlew bundleRelease
./gradlew assembleRelease && ./gradlew bundleRelease
echo "[!] Completed building binaries"

echo "[!] APK location: $(pwd)/app/build/outputs/apk/release"
Expand Down

0 comments on commit 3b2b6d0

Please sign in to comment.