Skip to content

Commit

Permalink
Version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
suhailzoi committed Jul 2, 2024
1 parent 1a37d94 commit fa55a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Assemble AAR
run: |
./gradlew assembleRelease -DGITHUB_PAT_TOKEN=$PAT -DGITHUB_USER_NAME=$USER_NAME
./gradlew assembleRelease -DGITHUB_PAT_TOKEN=$PAT -DGITHUB_USER_NAME=$USER_NAME -DVERSION=${{ github.ref_name }}
env:
PAT: ${{ secrets.PAT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.sdkVersion = "1.2.9+7"
ext.sdkVersion = System.getProperty("VERSION")
ext.flutterEngine = "1.0.0-45f6e009110df4f34ec2cf99f63cf73b71b7a420"

repositories {
Expand Down

0 comments on commit fa55a82

Please sign in to comment.