diff --git a/Makefile b/Makefile index 78a934236..87c875628 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,7 @@ update-project: $(SDK_PATH)/android update project --path . echo "key.store=$(KEYSTORE)" > ant.properties echo "key.alias=$(KEYALIAS)" >> ant.properties + touch default.properties generate-apk: ant debug