Remove Android build with Capacitor

This commit is contained in:
天クマ 2026-07-14 10:47:35 -03:00
commit a4ac6146d7
79 changed files with 4 additions and 2304 deletions

View file

@ -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"
]
}
}