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 8cf74fb commit 36cf48eCopy full SHA for 36cf48e
Makefile
@@ -13,7 +13,7 @@ init:
13
chmod u+x /usr/local/bin/gradlew
14
15
build:
16
- gradlew build -p heaps-android-app
+ gradlew buildDebug -p heaps-android-app
17
18
install:
19
adb install heaps-android-app/heapsapp/build/outputs/apk/debug/heapsapp-debug.apk
0 commit comments