Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
stslex committed Aug 8, 2024
1 parent dceb6bd commit 9e2301c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_deploy_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- name: Update Version
run: bash ./.github/scripts/update_versions.sh

- uses: ruby/setup-ruby@v1.152.0
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.0'
ruby-version: '3.3'

- name: Cache Ruby - Bundler
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ minSdk = "28"
targetSdk = "34"
compileSdk = "34"
versionName = "1.72"
versionCode = "18"
versionCode = "19"

ktx = "1.13.1"
material = "1.12.0"
Expand Down

0 comments on commit 9e2301c

Please sign in to comment.