From 35710103cdc3c37d9ae652a8a31fe250afae279d Mon Sep 17 00:00:00 2001 From: Leijurv Date: Tue, 25 Sep 2018 07:52:39 -0700 Subject: [PATCH] me, an idiot --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 00e3b993..6b948e5c 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,6 +1,6 @@ set -e # this makes the whole script fail immediately if any one of these commands fails ./gradlew build -export VERSION=$(cat ../../build.gradle| grep "version '" | cut -d "'" -f 2-2) +export VERSION=$(cat build.gradle| grep "version '" | cut -d "'" -f 2-2) wget https://downloads.sourceforge.net/project/proguard/proguard/6.0/proguard6.0.3.zip unzip proguard6.0.3.zip 2>&1 > /dev/null cd build/libs