mirror of
https://github.com/kiwix/kiwix-android-custom.git
synced 2025-08-03 17:56:11 -04:00

* Added the `kiwix-android_revision` field to the `info.json` file. If this field is set to `latest` or an `empty` string, the latest commit from the `kiwix-android` main branch will be used to build the application. Otherwise, if a valid commit SHA is provided, the custom app will be built using the codebase from that specific commit. * Updated the README file to reflect this change.
9 lines
264 B
JSON
9 lines
264 B
JSON
{
|
|
"app_name": "Wikimania",
|
|
"zim_url": "https://drive.farm.openzim.org/custom%20apps/wikimania/wikimania_en_2025-07.zim",
|
|
"enforced_lang": "en",
|
|
"support_url": "https://www.kiwix.org/support",
|
|
"upload_bundle": true,
|
|
"kiwix-android_revision": "latest"
|
|
}
|