Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 521 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 521 Bytes

Conceal Wallet Cordova

THE SIMPLEST WAY TO USE CONCEAL – ANYWHERE AND ANY TIME

Install

Install Cordova npm install -g cordova

Add required platforms cordova platform add android@latest

Configure

Configure Platform:

Development

Run android with target cordova run android --target=API_32

Build Testing

Run cordova build android --prod

Build Release

Run cordova build android --prod --release