feat(capacitor): Adding Android APK app to build

This commit is contained in:
Chris Troutner
2021-01-28 19:08:43 -08:00
parent a463f863c7
commit 34d043f5c1
4 changed files with 266 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"appId": "com.example.app",
"appName": "wallet.fullstack.cash",
"bundledWebRuntime": false,
"npmClient": "npm",
"webDir": "public",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
},
"cordova": {},
"linuxAndroidStudioPath": "/home/trout/work/android/android-studio/bin/studio.sh"
}