Merge pull request #352 from ente-io/set_sane_defaults_for_firebase

Set sane defaults for firebase
This commit is contained in:
Neeraj Gupta 2022-06-23 20:08:40 +05:30 committed by GitHub
commit 1b9e7dcc13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

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

View file

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

View file

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