From aab58ecd624af9a0c4b288a9fb2e1c0a8e4c585f Mon Sep 17 00:00:00 2001 From: Omar Hatem Date: Tue, 29 Aug 2023 00:02:46 +0300 Subject: [PATCH] Update build_haven.sh --- scripts/android/build_haven.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/android/build_haven.sh b/scripts/android/build_haven.sh index 8ac1356db..725e9d153 100755 --- a/scripts/android/build_haven.sh +++ b/scripts/android/build_haven.sh @@ -5,7 +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 fetch --tags git checkout ${HAVEN_VERSION} cd $HAVEN_SRC_DIR git submodule init