tiki-deprecated / app

TIKI DAO 🤫
MIT License
13 stars 6 forks source link

Check latest release #547

Closed ricardobrg closed 2 years ago

ricardobrg commented 2 years ago

As a developer, I need to make the app aware of new releases.

Implement a method to check the latest release in GitHub and save it locally through shared_preferences.

Acceptance criteria:

  1. The latest release version is stored in shared_preferences.
  2. It is possible to check if the latest version is newer than the currently installed version.
ricardobrg commented 2 years ago

Image