Skip to content

Commit 02d8a66

Browse files
committed
Update build-android.sh
1 parent 7cb8162 commit 02d8a66

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
@@ -13,15 +13,18 @@ rm -rf android-npm/
1313
cd android
1414
rm -rf build/
1515

16+
# Build .aar files
1617
./gradlew clean
1718
./gradlew assembleDebug assembleRelease
1819

1920
rm -rf ../android-npm
2021
mkdir ../android-npm
2122

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

27+
# Move over the build.gradle file
2528
cd $CWD
2629
cd ..
2730
cd scripts

0 commit comments

Comments
 (0)