Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyrat committed Feb 26, 2024
1 parent 22962e0 commit cb7502f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter_release_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
uses: ruby/setup-ruby@v1
with:
working-directory: ./android
ruby-version: 3.1
bundler: 2.3.19
ruby-version: 3.3
bundler: 2.5.6
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Release beta stage app to beta delivery platform
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,9 @@ GEM
xcpretty (~> 0.2, >= 0.0.7)

PLATFORMS
x86_64-linux
arm64-darwin-22
universal-darwin-23
x86_64-linux

DEPENDENCIES
dotenv
Expand Down

0 comments on commit cb7502f

Please sign in to comment.