Merge branch 'development' into nt/native-render

This commit is contained in:
noumantahir 2021-08-30 17:32:45 +05:00
commit 85beb90aff

View File

@ -11,12 +11,11 @@
<uses-feature android:name="android.hardware.camera.front" android:required="false" />
<queries>
<intent>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" />
<data android:scheme="http" />
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" />
</intent>
</queries>
<application