Skip to content

Commit eb9f185

Browse files
committed
1 parent bbbbf10 commit eb9f185

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

plugin.xml

+2-5
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,8 @@
5252
<action android:name="android.intent.action.VIEW" />
5353
<category android:name="android.intent.category.DEFAULT" />
5454
<category android:name="android.intent.category.BROWSABLE" />
55-
<data android:scheme="$DEEPLINK_SCHEME" android:host="$DEEPLINK_HOST" android:pathPrefix="$ANDROID_PATH_PREFIX" />
56-
<data android:scheme="$DEEPLINK_2_SCHEME" android:host="$DEEPLINK_2_HOST" android:pathPrefix="$ANDROID_2_PATH_PREFIX" />
57-
<data android:scheme="$DEEPLINK_3_SCHEME" android:host="$DEEPLINK_3_HOST" android:pathPrefix="$ANDROID_3_PATH_PREFIX" />
58-
<data android:scheme="$DEEPLINK_4_SCHEME" android:host="$DEEPLINK_4_HOST" android:pathPrefix="$ANDROID_4_PATH_PREFIX" />
59-
<data android:scheme="$DEEPLINK_5_SCHEME" android:host="$DEEPLINK_5_HOST" android:pathPrefix="$ANDROID_5_PATH_PREFIX" />
55+
<data android:scheme="$DEEPLINK_SCHEME" />
56+
<data android:host="$DEEPLINK_HOST" android:pathPrefix="$ANDROID_PATH_PREFIX" />
6057
</intent-filter>
6158
</config-file>
6259

0 commit comments

Comments
 (0)