From 1cb1e7275199ce1d545321d85b904e099fad4652 Mon Sep 17 00:00:00 2001 From: Ivan Antunes Date: Thu, 29 Aug 2024 16:18:41 -0300 Subject: [PATCH] configs singaure app google play --- .gitignore | 1 + android/app/build.gradle | 2 +- ios/Runner/Info.plist | 4 ++++ pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f04fb171..49907caf 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ *.iml *.ipr *.iws +*.jks .idea/ # The .vscode folder contains launch configuration and tasks you configure in diff --git a/android/app/build.gradle b/android/app/build.gradle index 4fb2c5e6..705112da 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -75,7 +75,7 @@ android { buildTypes { release { - signingConfig signingConfigs.debug + signingConfig = signingConfigs.release } } } diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 3aaec848..28af65cb 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -69,6 +69,10 @@ In order to upload data, this app requires permission to access the photo library. UIApplicationSupportsIndirectInputEvents + BGTaskSchedulerPermittedIdentifiers + + $(PRODUCT_BUNDLE_IDENTIFIER) + UIBackgroundModes fetch diff --git a/pubspec.yaml b/pubspec.yaml index f14f3fd8..c4526e83 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A new Flutter project. publish_to: "none" -version: 1.0.0+3 +version: 1.0.0+4 environment: sdk: ">=3.0.0 <4.0.0"