An open API service indexing awesome lists of open source software.

https://github.com/kolbasa/cordova-plugin-apkupdater-demo.src

Source code for the demo app of "cordova-plugin-apkupdater".
https://github.com/kolbasa/cordova-plugin-apkupdater-demo.src

Last synced: 8 months ago
JSON representation

Source code for the demo app of "cordova-plugin-apkupdater".

Awesome Lists containing this project

README

          

#### Build instructions:

```bash
# Clone this branch:
git clone https://github.com/kolbasa/cordova-plugin-apkupdater-demo.src

# Open directory:
cd cordova-plugin-apkupdater-demo.src

# Install dependencies:
npm install

# Add android platform:
cordova platform add android

# Run on device or emulator:
cordova run android
```