# cordova-plugin-updater **Repository Path**: hytyj_hamstermie/cordova-plugin-updater ## Basic Information - **Project Name**: cordova-plugin-updater - **Description**: copy from https://github.com/zhangjianying/cordova-plugin-updater.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-20 - **Last Updated**: 2021-07-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cordova-plugin-updater android升级插件 # 安装 ```shell cordova plugin add https://github.com/zhangjianying/cordova-plugin-updater.git ``` #使用 ```javascript AppUpdater.downloadInstallAPK("http://XXXXXXX/cordovaDoc/test/a.apk"); ```