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