diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 2ab68894a..468cad808 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -45,6 +45,7 @@ + diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index b67e076fd..7172f2013 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -37,8 +37,8 @@ CFBundleVersion $(FLUTTER_BUILD_NUMBER) - FirebaseDataCollectionDefaultEnabled - + FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED + LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/pubspec.yaml b/pubspec.yaml index 4249ca6a0..3030ed0ca 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: ente photos application # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.6.6+336 +version: 0.6.7+337 environment: sdk: ">=2.10.0 <3.0.0"