From 7d07f5c11768362cebfe374297d598a8394ac1f5 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Mon, 7 May 2018 12:48:20 -0700 Subject: [PATCH] adjust targets to align with cordova update --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 25fed98..87fc8a3 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ PKG_ID = com.monkeystew.goober_m -OUT_DIR = platforms/android/build/outputs/apk/release -UNALIGNED = $(OUT_DIR)/android-release-unsigned.apk -ALIGNED = $(OUT_DIR)/android-release-unsigned-aligned.apk +OUT_DIR = platforms/android/app/build/outputs/apk/release +UNALIGNED = $(OUT_DIR)/app-release-unsigned.apk +ALIGNED = $(OUT_DIR)/app-release-unsigned-aligned.apk APK = $(OUT_DIR)/goober.apk KEYSTORE = ~/android-keystore.jks