Skip to content

Commit 6c87b3f

Browse files
committed
Update build-android.sh
1 parent d8416ed commit 6c87b3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/build-android.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ cd ..
88
echo 'Building Android in:'
99
echo $PWD
1010

11+
rm -rf android-npm/
12+
1113
cd android
1214
rm -rf build/
1315

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

2325
cd $CWD
26+
cd ..
2427
cd scripts
2528
cp template.build.gradle ../android-npm/build.gradle

0 commit comments

Comments
 (0)