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
281 B
JSON
9 lines
281 B
JSON
{
|
|
"app_name": "Wikivoyage auf Deutsch",
|
|
"zim_url": "https://mirror.download.kiwix.org/zim/wikivoyage/wikivoyage_de_all_maxi_2024-06.zim",
|
|
"enforced_lang": "de",
|
|
"support_url": "https://www.kiwix.org/support",
|
|
"upload_bundle": true,
|
|
"kiwix-android_revision": "latest"
|
|
}
|