We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548dc78 commit 0f09520Copy full SHA for 0f09520
Makefile
@@ -61,7 +61,7 @@ install-apk-debug: $(APKDIR)/debug/mobile-debug.apk
61
adb install $(APKDIR)/debug/mobile-debug-androidTest.apk
62
63
# APK targets
64
-$(APKDIR)/$(RELEASE_TYPE)/mobile-$(RELEASE_TYPE).apk:
+$(APKDIR)/$(RELEASE_TYPE)/mobile-$(RELEASE_TYPE_UNSIGNED).apk:
65
TERM=xterm ./gradlew assemble$(RELEASE_TYPE_CAPS)
66
tree $(APKDIR)
67
0 commit comments