mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00

* We have implemented Play Asset Delivery to include the ZIM file within the Android App Bundle (AAB). * To achieve this, we've created Gradle tasks to automatically download the ZIM file and place it inside the assets folder. * In order to utilize this asset file, we've refactored our custom application code. * We haven't removed the functionality of uploading the APK, as this approach remains static for now. Thus, we are retaining both codebases.