Version 2.5
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
minSdkVersion
now requires API +9.- #59 Added Czech translation. Thanks to @thubalek.
- #51 Added Chinese translation. Thanks to @androidZhai.
- #57 Improve grammar of some messages. Thanks to @matthewmayer.
- Fixed #62. Thanks to @thubalek.