SimonHalvdansson / Harmonic-HN

Modern Android client for Hacker News
https://play.google.com/store/apps/details?id=com.simon.harmonichackernews
Apache License 2.0
611 stars 40 forks source link

Modernize Build #165

Closed flofriday closed 4 months ago

flofriday commented 4 months ago

This PR updates gradle and the build actions, fixes some deprecation warnings and improves CI speed from around 12min down to 3min. Of course the first commit with the new CI won't be any faster as there won't be a cache but future build should benefit from the cache.

Most of the speedup comes from a better/more agressive cache strategy.

SimonHalvdansson commented 4 months ago

Tried it out and seems to work fine, thanks!