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

Update available even when the Play Store and Manifest version are the same #141

Closed rakeshbaral92 closed 5 years ago

rakeshbaral92 commented 6 years ago
Details
Builder
new AppUpdater(this)
   ...
   .start();
Reproduction Steps

1. 2. 3.

Expected Result
Actual Result
javiersantos commented 5 years ago

Duplicate of #140