me, an idiot

This commit is contained in:
Leijurv 2018-09-25 07:52:39 -07:00
parent 3e606e83b5
commit 35710103cd
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 1 deletions

View File

@ -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