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
*.ipr
*.iws
*.jks
.idea/
# The .vscode folder contains launch configuration and tasks you configure in

View File

@ -75,7 +75,7 @@ android {
buildTypes {
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>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>BGTaskSchedulerPermittedIdentifiers</key>
<array>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
</array>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>

View File

@ -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"