TeamNewPipe / web-api

REST API providing external data feeds for the NewPipe website. Written as a micro service. In Python.
MIT License
22 stars 9 forks source link

Add apk url and version code for latest release #6

Closed TobiGr closed 6 years ago

TobiGr commented 6 years ago

This should be everything we need for TeamNewPipe/NewPipe#1520

I changed the structure a bit to handle the different release platforms F-Droid and GitHub better.

{
  "stats": {
    "stargazers": 3807,
    "watchers": 216,
    "forks": 600,
    "contributors": 243,
    "translations": 53
  },
  "flavors": {
    "stable": {
      "f-droid": {
        "version": "v0.13.5",
        "version_code": 64,
        "apk": "https://f-droid.org/repo/org.schabi.newpipe_64.apk"
      },
      "github": {
        "version": "v0.13.5",
        "apk": "https://github.com/TeamNewPipe/NewPipe/releases/download/v0.13.5/NewPipe-v0.13.5.apk"
      }
    }
  }
}
TobiGr commented 6 years ago

@TheAssassin Feel free to merge. I can't do it.

TheAssassin commented 6 years ago

@TobiGr I was already working on some solution for this. I added a team, and I'm granting this team permissions for all relevant NewPipe repositories. Please check if you can merge here now, too.

TobiGr commented 6 years ago

I added a team, and I'm granting this team permissions for all relevant NewPipe repositories.

That is a good idea!

TheAssassin commented 6 years ago

Deployment in progress.

TobiGr commented 6 years ago

Thanks