Skip to content

Commit

Permalink
Update build-android.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Apr 18, 2021
1 parent 7cb8162 commit 02d8a66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,18 @@ rm -rf android-npm/
cd android
rm -rf build/

# Build .aar files
./gradlew clean
./gradlew assembleDebug assembleRelease

rm -rf ../android-npm
mkdir ../android-npm

# Move over the .aar files
shopt -s dotglob nullglob
mv -v build/outputs/aar/* ../android-npm

# Move over the build.gradle file
cd $CWD
cd ..
cd scripts
Expand Down

0 comments on commit 02d8a66

Please sign in to comment.