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".
- Host: GitHub
- URL: https://github.com/kolbasa/cordova-plugin-apkupdater-demo.src
- Owner: kolbasa
- License: mit
- Created: 2021-06-06T16:15:13.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T09:45:36.000Z (almost 4 years ago)
- Last Synced: 2025-01-31T20:42:21.763Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```