Compare commits
11 Commits
145096be9f
...
test
Author | SHA1 | Date | |
---|---|---|---|
6faa094bb6 | |||
5ddbdfa9e0 | |||
8af3519edb | |||
f766168eae | |||
4bd64edb3f | |||
aacd6e37ed | |||
e529eb733b | |||
aa183f19cd | |||
bc97a3fc73 | |||
a97fc92b2f | |||
dfd0d9d998 |
1
.java-version
Normal file
1
.java-version
Normal file
@@ -0,0 +1 @@
|
||||
1.8
|
@@ -3,7 +3,7 @@
|
||||
<name>APP</name>
|
||||
<description>app</description>
|
||||
<author email="dev@cordova.apache.org" href="https://cordova.apache.org"></author>
|
||||
<content src="index.html" />
|
||||
<content src="http://test.taoya.art/" />
|
||||
<allow-intent href="http://*/*"/>
|
||||
<allow-intent href="https://*/*"/>
|
||||
<allow-intent href="tel:*"/>
|
||||
@@ -14,6 +14,7 @@
|
||||
<platform name="android">
|
||||
<preference name="Fullscreen" value="true"/>
|
||||
<icon src="logo.png"></icon>
|
||||
|
||||
</platform>
|
||||
<plugin name="phonegap-plugin-barcodescanner" />
|
||||
|
||||
|
5652
package-lock.json
generated
Normal file
5652
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -21,7 +21,7 @@
|
||||
"cordova-android": "^10.1.2",
|
||||
"cordova-plugin-app-version": "^0.1.14",
|
||||
"cordova-plugin-battery-status": "^2.0.3",
|
||||
"cordova-plugin-camera": "^6.0.0",
|
||||
"cordova-plugin-camera": "7.0.0",
|
||||
"cordova-plugin-device": "^2.1.0",
|
||||
"cordova-plugin-dialogs": "^2.0.2",
|
||||
"cordova-plugin-file": "^6.0.2",
|
||||
@@ -29,6 +29,7 @@
|
||||
"cordova-plugin-file-transfer-jsg": "^2.0.0",
|
||||
"cordova-plugin-geolocation": "^4.1.0",
|
||||
"cordova-plugin-inappbrowser": "^5.0.0",
|
||||
"cordova-plugin-jbprint-jsg": "^1.0.3",
|
||||
"cordova-plugin-media": "^5.0.4",
|
||||
"cordova-plugin-media-capture": "^3.0.3",
|
||||
"cordova-plugin-network-information": "^3.0.0",
|
||||
@@ -76,7 +77,8 @@
|
||||
"cordova-plugin-app-version": {},
|
||||
"cordova-plugin-file-opener2": {},
|
||||
"cordova-plugin-test-tl": {},
|
||||
"cordova-plugin-file-transfer": {}
|
||||
"cordova-plugin-file-transfer": {},
|
||||
"cordova-plugin-jbprint-jsg": {}
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
|
Reference in New Issue
Block a user