Skip to content

Commit b88d0ba

Browse files
Angelo ManganielloAngelo Manganiello
authored andcommitted
added android cordova platform files
1 parent 63bf92c commit b88d0ba

File tree

5 files changed

+43
-0
lines changed

5 files changed

+43
-0
lines changed

cordova-app/app/config.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@
2323
<allow-intent href="itms:*" />
2424
<allow-intent href="itms-apps:*" />
2525
</platform>
26+
<engine name="android" spec="~7.0.0" />
2627
</widget>

cordova-app/app/package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "com.amanganiello30.angular",
3+
"version": "1.0.0",
4+
"displayName": "angularDashFullStack",
5+
"cordova": {
6+
"platforms": [
7+
"android"
8+
],
9+
"plugins": {
10+
"cordova-plugin-whitelist": {}
11+
}
12+
},
13+
"dependencies": {
14+
"cordova-android": "~7.0.0",
15+
"cordova-plugin-whitelist": "1"
16+
}
17+
}

cordova-app/app/platforms/.gitkeep

Whitespace-only changes.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"prepare_queue": {
3+
"installed": [],
4+
"uninstalled": []
5+
},
6+
"config_munge": {
7+
"files": {}
8+
},
9+
"installed_plugins": {
10+
"cordova-plugin-whitelist": {
11+
"PACKAGE_NAME": "com.amanganiello30.angular"
12+
}
13+
},
14+
"dependent_plugins": {}
15+
}

cordova-app/app/plugins/fetch.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"cordova-plugin-whitelist": {
3+
"source": {
4+
"type": "registry",
5+
"id": "cordova-plugin-whitelist@1"
6+
},
7+
"is_top_level": true,
8+
"variables": {}
9+
}
10+
}

0 commit comments

Comments
 (0)