julianxhokaxhiu / LineageOTA

A simple OTA REST Server for LineageOS OTA Updater System Application
http://blog.julianxhokaxhiu.com/how-the-cm-ota-server-works-and-how-to-implement-and-use-ours
MIT License
221 stars 132 forks source link

Fix OldestGithubRelease logic #100

Closed toolstack closed 1 year ago

toolstack commented 1 year ago

Previously if any release was older than the max age allowed, all releases would be ignored instead of just those over the allowed limit.

julianxhokaxhiu commented 1 year ago

Thank you!