Set sane defaults for firebase
@@ -45,6 +45,7 @@
<meta-data android:name="flutterEmbedding" android:value="2" />
<meta-data android:name="asset_statements" android:resource="@string/asset_statements" />
<meta-data android:name="io.sentry.dsn" android:value="https://2235e5c99219488ea93da34b9ac1cb68@sentry.ente.io/4" />
+ <meta-data android:name="firebase_analytics_collection_deactivated" android:value="true" />
</application>
<!-- Android 11: https://developer.android.com/preview/privacy/package-visibility -->
@@ -37,8 +37,8 @@
</array>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
- <key>FirebaseDataCollectionDefaultEnabled</key>
- <false/>
+ <key>FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED</key>
+ <true/>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
@@ -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"