github javiersantos/AppUpdater 2.5
Version 2.5

latest releases: 2.7, 2.6.5, 2.6.4...
7 years ago

JSON files are now supported

new AppUpdater(this)
    .setUpdateFrom(UpdateFrom.JSON)
    .setUpdateJSON("https://github.com/javiersantos/AppUpdater/wiki/UpdateFrom.JSON")
    ...

When using the JSON source you must upload a .json file somewhere on the Internet following the structure explained in the wiki and add the URL as shown in this example: .setUpdateJSON("https://github.com/javiersantos/AppUpdater/wiki/UpdateFrom.JSON").

Thanks a lot to @kgritesh for your PR!

Minor changes

Don't miss a new AppUpdater release

NewReleases is sending notifications on new releases.