[mob] Opt of out flutter default deeplink
This commit is contained in:
@@ -89,6 +89,7 @@
|
||||
<!-- Don't delete the meta-data below.
|
||||
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
|
||||
<meta-data android:name="flutterEmbedding" android:value="2" />
|
||||
<meta-data android:name="flutter_deeplinking_enabled" android:value="false" />
|
||||
<meta-data android:name="asset_statements"
|
||||
android:resource="@string/asset_statements" />
|
||||
<meta-data android:name="io.sentry.dsn"
|
||||
|
||||
@@ -24,6 +24,8 @@
|
||||
<string>????</string>
|
||||
<key>MinimumOSVersion</key>
|
||||
<string>12.1</string>
|
||||
<key>FlutterDeepLinkingEnabled</key>
|
||||
<false/>
|
||||
<key>LSApplicationQueriesSchemes</key>
|
||||
<array>
|
||||
<string>googlegmail</string>
|
||||
|
||||
@@ -12,7 +12,7 @@ description: ente photos application
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
|
||||
version: 0.9.82+982
|
||||
version: 0.9.83+983
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user