We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb8162 commit 02d8a66Copy full SHA for 02d8a66
1 file changed
scripts/build-android.sh
@@ -13,15 +13,18 @@ rm -rf android-npm/
13
cd android
14
rm -rf build/
15
16
+# Build .aar files
17
./gradlew clean
18
./gradlew assembleDebug assembleRelease
19
20
rm -rf ../android-npm
21
mkdir ../android-npm
22
23
+# Move over the .aar files
24
shopt -s dotglob nullglob
25
mv -v build/outputs/aar/* ../android-npm
26
27
+# Move over the build.gradle file
28
cd $CWD
29
cd ..
30
cd scripts
0 commit comments