diff --git a/scripts/android/build_haven.sh b/scripts/android/build_haven.sh index f745e942e..8ac1356db 100755 --- a/scripts/android/build_haven.sh +++ b/scripts/android/build_haven.sh @@ -5,6 +5,7 @@ HAVEN_VERSION=tags/v3.0.7 HAVEN_SRC_DIR=${WORKDIR}/haven git clone https://github.com/haven-protocol-org/haven-main.git ${HAVEN_SRC_DIR} +git fetch --all --tags --prune git checkout ${HAVEN_VERSION} cd $HAVEN_SRC_DIR git submodule init