javiersantos / AppUpdater

A library that checks for your apps' updates on Google Play, GitHub, Amazon, F-Droid or your own server. API 9+ required.
Apache License 2.0
1.99k stars 413 forks source link

Is there anyway to get rid of these default words on the dialog and replace them with my JSON. Right now, JSON only adds words, not replace them. #82

Closed yofu1234 closed 7 years ago

yofu1234 commented 7 years ago

Is there anyway to get rid of these default words on the dialog and replace them with my JSON. Right now, JSON only adds words, not replace the two lines.

screen shot 2017-03-29 at 3 18 31 pm

Here is my json: https://github.com/yofu1234/androidappupdate/blob/master/update-changelog.json

javiersantos commented 7 years ago

After next update, you should use .setContentOnUpdateAvailable("") to display only the release notes.

If you need this change as soon as possible you can get it by using the commit as the library version.

dependencies {
    compile 'com.github.javiersantos:AppUpdater:0fa15043e8'
}
javiersantos commented 7 years ago

https://github.com/javiersantos/AppUpdater/releases/tag/2.6