Skip to content

Commit

Permalink
change track to "qa" and bump android versionCode
Browse files Browse the repository at this point in the history
  • Loading branch information
arnk-basyskom committed Jan 17, 2024
1 parent ac4bc37 commit ec085f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
QTOPCUA_BUILD_ARGS: "-DFEATURE_open62541_security:BOOL=ON -DFEATURE_gds:BOOL=ON"
QT_PATH: "/opt/Qt/6.6.1"
SSL_PATH: "dependencies/android_openssl/ssl_3"
ANDROID_VERSION_CODE: "3"
ANDROID_VERSION_CODE: "5"
ANDROID_VERSION_NAME: "1.0.0"
steps:
- name: Checkout repository
Expand Down Expand Up @@ -115,4 +115,4 @@ jobs:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
releaseFiles: ${{steps.sign_aab.outputs.signedReleaseFile}}
packageName: org.basyskom.opcuabrowser
track: internal
track: beta

0 comments on commit ec085f7

Please sign in to comment.