configs singaure app google play

This commit is contained in:
Ivan Antunes 2024-08-29 16:18:41 -03:00
parent 40cb70cce9
commit 1cb1e72751
4 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -13,6 +13,7 @@
*.iml *.iml
*.ipr *.ipr
*.iws *.iws
*.jks
.idea/ .idea/
# The .vscode folder contains launch configuration and tasks you configure in # The .vscode folder contains launch configuration and tasks you configure in

View File

@ -75,7 +75,7 @@ android {
buildTypes { buildTypes {
release { release {
signingConfig signingConfigs.debug signingConfig = signingConfigs.release
} }
} }
} }

View File

@ -69,6 +69,10 @@
<string>In order to upload data, this app requires permission to access the photo library.</string> <string>In order to upload data, this app requires permission to access the photo library.</string>
<key>UIApplicationSupportsIndirectInputEvents</key> <key>UIApplicationSupportsIndirectInputEvents</key>
<true/> <true/>
<key>BGTaskSchedulerPermittedIdentifiers</key>
<array>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
</array>
<key>UIBackgroundModes</key> <key>UIBackgroundModes</key>
<array> <array>
<string>fetch</string> <string>fetch</string>

View File

@ -3,7 +3,7 @@ description: A new Flutter project.
publish_to: "none" publish_to: "none"
version: 1.0.0+3 version: 1.0.0+4
environment: environment:
sdk: ">=3.0.0 <4.0.0" sdk: ">=3.0.0 <4.0.0"