mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 14:52:13 -04:00

* Increased the disk size of API level 33 emulator since emulator is crashing on this api level while performing the test cases so it might require more resource to run smoothly. * Clearing the previous installed application data when launching the test cases for the first time to properly run the test cases. * Removed the enabling wifi for adb as it is unused now because sometimes API level 33 emulator does not have the wifi, and we have introduced this for API level 33 emulator. * Removed the APK sharing in test cases since if a text case fails it crashed all the test cases even we re-run that test case in second run.