kiwix-android/settings.gradle.kts
MohitMali 338d64efa7 Refactored the code to make the 'Play Asset Delivery' process generic.
* Renamed the module to 'install_time_asset' to make it generic for every custom app.
2023-10-20 16:16:34 +05:30

8 lines
104 B
Plaintext

include(
":core",
":app",
":custom",
":install_time_asset"
)
rootProject.name = "kiwix-android"