upload fixes

This commit is contained in:
otsmr 2025-03-26 01:33:28 +01:00
parent ec02fed046
commit 7d0d87d0e6
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -45,3 +45,4 @@ app.*.map.json
/android/app/profile /android/app/profile
/android/app/release /android/app/release
/android/app/.cxx/ /android/app/.cxx/
android/.kotlin/

View file

@ -32,7 +32,7 @@
<string>To protect others twonlies!</string> <string>To protect others twonlies!</string>
<key>NSMicrophoneUsageDescription</key> <key>NSMicrophoneUsageDescription</key>
<string>To create videos that can be securely shared.</string> <string>To create videos that can be securely shared.</string>
<key>NSPhotoLibraryAddUsageDescription</key> <key>NSPhotoLibraryUsageDescription</key>
<string>Store photos in the gallery.</string> <string>Store photos in the gallery.</string>
<key>UIApplicationSupportsIndirectInputEvents</key> <key>UIApplicationSupportsIndirectInputEvents</key>
<true/> <true/>

View file

@ -4,7 +4,7 @@ description: "Send pictures to friends in real time and be sure you are the only
# Prevent accidental publishing to pub.dev. # Prevent accidental publishing to pub.dev.
publish_to: 'none' publish_to: 'none'
version: 0.0.5+5 version: 0.0.7+7
environment: environment:
sdk: ^3.6.0 sdk: ^3.6.0