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 410 forks source link

Enable GitHub Actions CI #190

Open friederbluemle opened 4 years ago

friederbluemle commented 4 years ago

Replace Travis CI with a much simpler GitHub Actions CI config. It's running the same Gradle tasks (build and connectedCheck).

ci