Skip to content

Commit

Permalink
Bump version to 1.7.0-numbers (7).
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwu1105 committed Oct 15, 2020
1 parent 3a9996a commit 45da0ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/qa-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Extract branch name
id: extract_branch
run: echo "::set-output name=branch::${GITHUB_REF#refs/heads/}"

- name: Set up JDK
if: steps.extract_branch.outputs.branch == 'numbers'
uses: actions/setup-java@v1
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "io.numbersprotocol.numberscapture"
minSdkVersion 26
targetSdkVersion 30
versionCode 2
versionName "1.7.0-numbers-rc1"
versionCode 7
versionName "1.7.0-numbers"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 45da0ea

Please sign in to comment.