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.98k stars 412 forks source link

Can I custom AppUpdate class ? #109

Closed derohimat closed 6 years ago

derohimat commented 6 years ago

I want to hide disable button

javiersantos commented 6 years ago

I understand that you are referring to the "Do not show again" button. Use .setButtonDoNotShowAgain(null) to hide the button.