diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..9375169 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +github: [vodemn] diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index d4d912d..e0a5a80 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -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" diff --git a/android/app/build.gradle b/android/app/build.gradle index 53774dc..5ccd388 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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" } diff --git a/pubspec.yaml b/pubspec.yaml index c1b3e11..bdace22 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"