Merge pull request #2345 from cmgustavo/feature/mobile-backups-email
Feature/mobile copy backups and addresses
This commit is contained in:
commit
fe6c8d763a
8 changed files with 136 additions and 45 deletions
|
|
@ -100,6 +100,15 @@ if [ ! -d $PROJECT ]; then
|
|||
cordova plugin add org.apache.cordova.inappbrowser
|
||||
checkOK
|
||||
|
||||
cordova plugin add nl.x-services.plugins.toast && cordova prepare
|
||||
checkOK
|
||||
|
||||
cordova plugin add https://github.com/VersoSolutions/CordovaClipboard
|
||||
checkOK
|
||||
|
||||
cordova plugin add https://github.com/katzer/cordova-plugin-email-composer.git
|
||||
checkOK
|
||||
|
||||
fi
|
||||
|
||||
if $DBGJS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue