Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 425 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 425 Bytes

py4a-updater

Auto-updater for Kivy/py4a applications which are not available on Google Play.

###Usage

Check out the sample application in UpdaterTest.

###Update check file

The update check file should be a simple comma-delimited list containing the current version code, the friendly version number and the URL for downloading the update.

Example:

2,2.0,http://192.168.2.129/UpdaterTest-2-debug.apk