From 853cad62ab1addf8b1c08bc0b5d8996647746a68 Mon Sep 17 00:00:00 2001 From: Omar Hatem Date: Tue, 29 Aug 2023 03:58:48 +0300 Subject: [PATCH] Update build_haven.sh --- scripts/android/build_haven.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/android/build_haven.sh b/scripts/android/build_haven.sh index 3501bc776..75d51d1f7 100755 --- a/scripts/android/build_haven.sh +++ b/scripts/android/build_haven.sh @@ -1,11 +1,10 @@ #!/bin/sh . ./config.sh -HAVEN_VERSION=v3.0.7 +HAVEN_VERSION=527845a8e8b6de6bb65ae75370c3b5104ff17ec7 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