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 c7552b4 commit 0a70d50Copy full SHA for 0a70d50
Makefile
@@ -63,8 +63,8 @@ build-and-publish:
63
@$(MAKE) build-apk
64
@$(MAKE) create-gh-release
65
66
- @$(MAKE) build-aab
67
- @$(MAKE) publish-bundle
+# @$(MAKE) build-aab
+# @$(MAKE) publish-bundle
68
69
create-gh-release:
70
@echo "Create GitHub Release"
gradle.properties
@@ -14,5 +14,5 @@ android.nonTransitiveRClass=true
14
android.uniquePackageNames=true
15
android.nonFinalResIds=false
16
# ======= Version =======
17
-version=0.3.0
+version=0.3.0.1
18
versionCode=15
0 commit comments