From 58314363d7129c5ed5497809ce07f6974b2dc9ec Mon Sep 17 00:00:00 2001 From: qkdreyer Date: Tue, 16 Jun 2020 00:36:21 +0200 Subject: [PATCH] ci: build artifact --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4e7ea7f..26517bc 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ init: chmod u+x /usr/local/bin/gradlew build: - gradlew buildDebug -p heaps-android-app + gradlew build -p heaps-android-app install: adb install heaps-android-app/heapsapp/build/outputs/apk/debug/heapsapp-debug.apk