From 6e68bbebbb8c2a395bd62eafdeb10ce44bb5273f Mon Sep 17 00:00:00 2001 From: vishnukvmd Date: Thu, 23 Jun 2022 20:04:35 +0530 Subject: [PATCH 1/2] Permanently disable Firebase's default data collection policy --- android/app/src/main/AndroidManifest.xml | 1 + ios/Runner/Info.plist | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 From c517e1c37172564604d1d8eff26bde1925031c14 Mon Sep 17 00:00:00 2001 From: vishnukvmd Date: Thu, 23 Jun 2022 20:04:55 +0530 Subject: [PATCH 2/2] v0.6.7 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 6fd031853..cf045ad8f 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.1+331 +version: 0.6.7+337 environment: sdk: ">=2.10.0 <3.0.0"