Skip to content

Commit

Permalink
Merge branch 'release/12.2.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
StylianosGakis committed Oct 21, 2023
2 parents 1e2e62f + 04beb31 commit 3bbf005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload-to-play-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
build_release:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-64vcpu
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion app/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
applicationId = "com.hedvig"

versionCode = 43
versionName = "12.2.1"
versionName = "12.2.2"

vectorDrawables.useSupportLibrary = true

Expand Down

0 comments on commit 3bbf005

Please sign in to comment.