Remove Android build with Capacitor
This commit is contained in:
parent
0bf03df75c
commit
a4ac6146d7
79 changed files with 4 additions and 2304 deletions
26
package.json
26
package.json
|
|
@ -1,26 +0,0 @@
|
|||
{
|
||||
"name": "org.adrianvictor.pandorabox",
|
||||
"displayName": "Pandora",
|
||||
"version": "1.0.0",
|
||||
"description": "A messaging client for WAHA API.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"runAndroid": "cordova run android --device",
|
||||
"runBrowser": "cordova run browser"
|
||||
},
|
||||
"keywords": [
|
||||
"ecosystem:cordova"
|
||||
],
|
||||
"author": "Apache Cordova Team",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"cordova-android": "github:apache/cordova-android#14.0.1",
|
||||
"cordova-browser": "^7.0.0"
|
||||
},
|
||||
"cordova": {
|
||||
"platforms": [
|
||||
"browser",
|
||||
"android"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue