* 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.
* When it set to true, it will upload the bundle to the play store. Otherwise, it will upload the APK.
* To adapt this feature we have modified our CI.
* For this change we have modified all the info.json files.