Skip to content

Commit 89ace64

Browse files
committed
1.4.05
1 parent 23c5561 commit 89ace64

File tree

5 files changed

+1007
-715
lines changed

5 files changed

+1007
-715
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ check:
2020
# ==============
2121

2222
baseline-profile:
23-
@echo "Build AAB"
23+
@echo "Generate baseline profile"
2424
@./gradlew :app:generateReleaseBaselineProfile
2525

2626
build-aab:
@@ -55,12 +55,12 @@ build-and-publish:
5555
@echo "Lint"
5656
@$(MAKE) lint
5757

58-
@$(MAKE) clean # Required as 'publishBundle' publishes all .aab's in archive dir
59-
60-
@#$(MAKE) baseline-profile
58+
@$(MAKE) baseline-profile
6159

6260
@echo "Pushing latest changes";git add .;git commit -m "${VERSION}";git push
6361

62+
@$(MAKE) clean # Required as 'publishBundle' publishes all .aab's in archive dir
63+
6464
@$(MAKE) build-aab
6565
@$(MAKE) build-apk
6666

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
- Performance improvements
2-
- UI adjustments
2+
- Fixed a bug that would lead to all IP address versions of an address kind being displayed, regardless of the respectively selected ones

0 commit comments

Comments
 (0)