Merge branch 'main' of https://github.com/vodemn/m3_lightmeter into feature/iap

This commit is contained in:
Vadim 2023-09-01 16:35:20 +02:00
commit 60e3cc6e40
4 changed files with 7 additions and 3 deletions

3
.github/FUNDING.yml vendored Normal file
View file

@ -0,0 +1,3 @@
# These are supported funding model platforms
github: [vodemn]

View file

@ -164,8 +164,8 @@ jobs:
- name: Commit changes
run: |
git config --global user.name "vodemn"
git config --global user.email "vadim.turko@gmail.com"
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add -A
git commit -m "Version bump"

View file

@ -109,4 +109,5 @@ flutter {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "com.android.billingclient:billing-ktx:6.0.0"
implementation "com.google.firebase:firebase-analytics:17.4.1"
}

View file

@ -1,7 +1,7 @@
name: lightmeter
description: Lightmeter app inspired by Material 3 design system.
publish_to: "none"
version: 0.13.1+37
version: 0.13.2+38
environment:
sdk: ">=3.0.0 <4.0.0"