Skip to content

Commit a917f12

Browse files
Update sample/android/app/src/main/AndroidManifest.template.xml
Co-authored-by: Kieran Osgood <kieran.osgood@shopify.com>
1 parent a9b7437 commit a917f12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sample/android/app/src/main/AndroidManifest.template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<category android:name="android.intent.category.BROWSABLE" />
3434

3535
<!-- Note: the host here will be replaced on application start -->
36-
<data android:scheme="https" android:host="{{STOREFRONT_DOMAIN}}" />
36+
<data android:scheme="https" android:host={{STOREFRONT_DOMAIN}} />
3737
</intent-filter>
3838
</activity>
3939
</application>

0 commit comments

Comments
 (0)