Skip to content

Version 2.5

Compare
Choose a tag to compare
@javiersantos javiersantos released this 29 Nov 20:16
· 132 commits to master since this release

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