Skip to content

Commit 06c88a6

Browse files
authored
Fixing build script. (#1595)
1 parent 1ea56b4 commit 06c88a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22
pushd ../
33

4+
./gradlew clean
45
./gradlew assembleRelease
56
./gradlew bundleRelease
67

0 commit comments

Comments
 (0)