Skip to content

Commit 0a70d50

Browse files
committed
0.3.0.1
1 parent c7552b4 commit 0a70d50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ build-and-publish:
6363
@$(MAKE) build-apk
6464
@$(MAKE) create-gh-release
6565

66-
@$(MAKE) build-aab
67-
@$(MAKE) publish-bundle
66+
# @$(MAKE) build-aab
67+
# @$(MAKE) publish-bundle
6868

6969
create-gh-release:
7070
@echo "Create GitHub Release"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ android.nonTransitiveRClass=true
1414
android.uniquePackageNames=true
1515
android.nonFinalResIds=false
1616
# ======= Version =======
17-
version=0.3.0
17+
version=0.3.0.1
1818
versionCode=15

0 commit comments

Comments
 (0)