-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
19 lines (19 loc) · 855 Bytes
/
Copy pathconfig.xml
File metadata and controls
19 lines (19 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.hypergate.cordovasample" version="1.2.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>HypergateCordovaSample</name>
<description>
A sample Apache Cordova application that showcases the usage of the Hypergate Cordova plugin.
</description>
<author email="support@hypergate.com" href="https://hypergate.com">
Hypergate Team
</author>
<content src="index.html" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<platform name="android">
<preference name="AndroidXEnabled" value="true" />
<!-- com.hypergate:sdk 1.6.0 is compiled against API 37 -->
<preference name="android-compileSdkVersion" value="37" />
</platform>
</widget>