Skip to content

Commit 79205b3

Browse files
committed
fixed build error
1 parent 1a20e50 commit 79205b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</intent-filter>
3939

4040
<!-- Deep link support for http/https URLs -->
41-
<intent-filter android:autoVerify="true">
41+
<intent-filter>
4242
<action android:name="android.intent.action.VIEW" />
4343
<category android:name="android.intent.category.DEFAULT" />
4444
<category android:name="android.intent.category.BROWSABLE" />

0 commit comments

Comments
 (0)