Merge remote-tracking branch 'origin' into feature/ML-61

This commit is contained in:
Vadim 2023-08-09 17:24:31 +02:00
commit 75599ea5df
2 changed files with 4 additions and 4 deletions

View file

@ -31,7 +31,7 @@ jobs:
build:
name: Build .apk & .aab
runs-on: macos-11
timeout-minutes: 15
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
with:
@ -147,7 +147,7 @@ jobs:
create-github-release:
name: Create Github release
if: github.ref_name == 'main'
needs: [generate-release-notes, update-version-in-repo]
needs: [build, generate-release-notes, update-version-in-repo]
runs-on: ubuntu-latest
permissions:
contents: write
@ -180,7 +180,7 @@ jobs:
create-google-play-release:
name: Create Google Play release
if: github.ref_name == 'main'
needs: [generate-release-notes]
needs: [build, generate-release-notes]
runs-on: ubuntu-latest
steps:
- name: Download app bundle

View file

@ -1,7 +1,7 @@
name: lightmeter
description: A new Flutter project.
publish_to: "none"
version: 0.13.0+36
version: 0.13.1+37
environment:
sdk: ">=3.0.0 <4.0.0"