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 d8416ed commit 6c87b3f
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 @@ -8,6 +8,8 @@ cd ..
echo 'Building Android in:'
echo $PWD

rm -rf android-npm/

cd android
rm -rf build/

Expand All @@ -21,5 +23,6 @@ shopt -s dotglob nullglob
mv -v build/outputs/aar/* ../android-npm

cd $CWD
cd ..
cd scripts
cp template.build.gradle ../android-npm/build.gradle

0 comments on commit 6c87b3f

Please sign in to comment.