mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-26 01:10:39 +00:00
Merge branch 'main' of https://github.com/vodemn/m3_lightmeter into feature/iap
This commit is contained in:
commit
60e3cc6e40
4 changed files with 7 additions and 3 deletions
3
.github/FUNDING.yml
vendored
Normal file
3
.github/FUNDING.yml
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# These are supported funding model platforms
|
||||||
|
|
||||||
|
github: [vodemn]
|
4
.github/workflows/create_release.yml
vendored
4
.github/workflows/create_release.yml
vendored
|
@ -164,8 +164,8 @@ jobs:
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "vodemn"
|
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git config --global user.email "vadim.turko@gmail.com"
|
git config --local user.name "github-actions[bot]"
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "Version bump"
|
git commit -m "Version bump"
|
||||||
|
|
||||||
|
|
|
@ -109,4 +109,5 @@ flutter {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||||
implementation "com.android.billingclient:billing-ktx:6.0.0"
|
implementation "com.android.billingclient:billing-ktx:6.0.0"
|
||||||
|
implementation "com.google.firebase:firebase-analytics:17.4.1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: lightmeter
|
name: lightmeter
|
||||||
description: Lightmeter app inspired by Material 3 design system.
|
description: Lightmeter app inspired by Material 3 design system.
|
||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
version: 0.13.1+37
|
version: 0.13.2+38
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.0.0 <4.0.0"
|
sdk: ">=3.0.0 <4.0.0"
|
||||||
|
|
Loading…
Reference in a new issue