Skip to content

Commit

Permalink
simplify android build script
Browse files Browse the repository at this point in the history
  • Loading branch information
brainbicycle committed Nov 27, 2023
1 parent 9824ea7 commit 00bba64
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/ci/build-for-tests-android
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ set -exo pipefail

yarn jetifier

cd android
mkdir -p android/app/src/main/assets
touch android/app/src/main/assets/index.android.bundle
pushd android
./gradlew clean
yarn react-native build-android --mode=release
cd -
popd

0 comments on commit 00bba64

Please sign in to comment.