Merge branch 'main' into bugfix/ML-262

This commit is contained in:
Vadim 2025-08-28 16:14:27 +02:00 committed by GitHub
commit 1d83705bf4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 4 deletions

View file

@ -188,6 +188,7 @@ jobs:
- name: Create Google Play release name
id: release-name
run: |
bash ./.github/scripts/increment_build_number.sh ${{ github.event.inputs.version }}
RELEASE_NAME=$(echo "$(cat pubspec.yaml)" | sed -n -r "s/^version:\s{1}(.*)[+](.*)$/700\2 (\1)/p")
echo "release_name=$RELEASE_NAME" >> $GITHUB_ENV

View file

@ -861,11 +861,11 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "v4.1.0"
resolved-ref: "15adfa4f6fea06a6c62c58f5171a41813058040c"
ref: "v4.1.1"
resolved-ref: "2317ef3a1e93e06505a033ecbd5cee3758b2dbc0"
url: "https://github.com/vodemn/m3_lightmeter_iap"
source: git
version: "4.1.0+35"
version: "4.1.1+36"
m3_lightmeter_resources:
dependency: "direct main"
description:

View file

@ -33,7 +33,7 @@ dependencies:
m3_lightmeter_iap:
git:
url: "https://github.com/vodemn/m3_lightmeter_iap"
ref: v4.1.0
ref: v4.1.1
m3_lightmeter_resources:
git:
url: "https://github.com/vodemn/m3_lightmeter_resources"