From 9261d410fb65c5a0c3e052d88ecf480ed20d1465 Mon Sep 17 00:00:00 2001 From: Omar Hatem Date: Tue, 29 Aug 2023 02:06:28 +0300 Subject: [PATCH] Update build_haven.sh --- scripts/android/build_haven.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/android/build_haven.sh b/scripts/android/build_haven.sh index f68903ee4..3501bc776 100755 --- a/scripts/android/build_haven.sh +++ b/scripts/android/build_haven.sh @@ -5,6 +5,7 @@ HAVEN_VERSION=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