From 160383ba6d30a2f11b36d3d9703af4c574f76a3f Mon Sep 17 00:00:00 2001 From: Nathan Freitas Date: Mon, 24 Oct 2016 21:54:54 -0400 Subject: [PATCH] update for gradle --- make-release-build | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/make-release-build b/make-release-build index 41166c4a..576d2c8e 100755 --- a/make-release-build +++ b/make-release-build @@ -72,14 +72,15 @@ faketime "$TIMESTAMP" $ANDROID_NDK_HOME/ndk-build #clean, build, clean and build! make -C external clean APP_ABI=armeabi faketime "$TIMESTAMP" make -C external -make -C external clean -APP_ABI=x86 faketime "$TIMESTAMP" make -C external +#make -C external clean +#APP_ABI=x86 faketime "$TIMESTAMP" make -C external -./setup-ant +assembleRelease +#./setup-ant +#ant release -ant release - -apk=$projectroot/bin/$projectname-v$describe.apk +#apk=$projectroot/bin/$projectname-v$describe.apk +apk=$projectroot/app/build/outputs/apk/app-release-unsigned.apk # standardize timestamps in ZIP headers, requires strip-nondeterminism 0.014 if which strip-nondeterminism > /dev/null; then