Skip to content

Commit 16120d8

Browse files
Add pro app support (#64)
* feat: add pre commit hook * test: pre commit hook * fix: pre commit hook * feat: add support for free and pro product flavors * Update Play Store configuration for Pro app signing alias * Update version bump workflow to build Free Release APK
1 parent 62955ae commit 16120d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/versionBump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: echo "${{ steps.bump-app-version.outputs.newVersion }}"
4747

4848
- name: Build Release APK
49-
run: ./gradlew assembleRelease
49+
run: ./gradlew assembleFreeRelease
5050

5151
- name: Sign Release APK
5252
id: signApk

0 commit comments

Comments
 (0)