We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f41cd commit 5831436Copy full SHA for 5831436
Makefile
@@ -13,7 +13,7 @@ init:
13
chmod u+x /usr/local/bin/gradlew
14
15
build:
16
- gradlew buildDebug -p heaps-android-app
+ gradlew build -p heaps-android-app
17
18
install:
19
adb install heaps-android-app/heapsapp/build/outputs/apk/debug/heapsapp-debug.apk
0 commit comments