Skip to content

Commit

Permalink
Merge pull request #46 from swapnil-musale/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
swapnil-musale committed Aug 17, 2023
2 parents da3f012 + f500ad4 commit b9ce4aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/android_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
with:
java-version: '18'
distribution: 'temurin'
cache: gradle

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Bump version code
uses: chkfung/android-version-actions@v1.2
Expand Down Expand Up @@ -53,4 +57,3 @@ jobs:
track: production
status: completed
inAppUpdatePriority: 2
userFraction: 0.99

0 comments on commit b9ce4aa

Please sign in to comment.