LastPipeBender/app
evermind e251e33a1e BraveNewPipe: handle alternative urls array into data.json to promote conscrypt build on Kitkat
The section "alternative_apks" is a array containing alternative download
URL for a conscrypt version for KitKat users

"alternative_apks": [
  {
    "alternative": "conscrypt",
    "url": "https://alternative_apk/path.apk"
  }
],

Above is inserted in the original data.json as child of "stable":

{
  "flavors": {
    "github": {
      "stable": {
        >>>"alternative_apk" is INSERTED HERE<<<
        "apk": "https://apk/path.apk",
        "version": "NAME",
        "version_code": 1
      }
    }
  }
}
2022-05-03 16:34:10 +02:00
..
schemas/org.schabi.newpipe.database.AppDatabase Migrate NotificationIcon to Picasso 2021-09-07 13:30:26 +03:00
src BraveNewPipe: handle alternative urls array into data.json to promote conscrypt build on Kitkat 2022-05-03 16:34:10 +02:00
build.gradle BraveNewPipe: handle alternative urls array into data.json to promote conscrypt build on Kitkat 2022-05-03 16:34:10 +02:00
proguard-rules.pro Fix proguard rules to keep Notifications settings fragment 2022-04-16 21:26:25 +02:00
replace-newpipe-with-bravenewpipe-strings.gradle BraveNewPipe: gradle task to Patch NewPipe to use BraveNewPipe's: 2022-05-03 14:57:05 +02:00