Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 669 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (21 loc) · 669 Bytes

Install global dependencies

The base requirements are Node v8.6.0 or later, and NPM version 5.6.0 or later (which is usually automatically installed with the required version of Node).

npm install -g @capacitor/core @capacitor/cli

Build plugin

clone the repo [email protected]:hypertrack/sdk-ionic-capacitor.git
cd sdk-ionic-capacitor/
npm i
npm run verify:android
npm run build

Add plugin to Ionic app as a local dependency

cd ionic-app/
npm i <local-dir>/sdk-ionic-capacitor
npx cap sync

Configuring the build for Android

Change the build config variables defined in variables.gradle file