mirror of
https://github.com/fullstack-cash/wallet.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
feat(capacitor): Adding Android APK app to build
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user