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.
12 lines
339 B
JSON
12 lines
339 B
JSON
{
|
|
"app_name": "Sample app",
|
|
"package": "org.kiwix.kiwixcustomsample",
|
|
"zim_url": "http://download.kiwix.org/zim/wikipedia_en_ray_charles.zim",
|
|
"embed_zim": false,
|
|
"ic_launcher": "icon.png",
|
|
"enforced_lang": "en",
|
|
"support_url": "https://www.kiwix.org/support",
|
|
"upload_bundle": true,
|
|
"kiwix-android_revision": "latest"
|
|
}
|