6 Commits

Author SHA1 Message Date
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
MohitMali
4c951de69e Fixed, Unable to upload APK on play store for new apps.
* 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.
2023-10-17 11:07:45 +05:30
Sean Mac Gillicuddy
7d74969dd9 #947 convert build.gradle to build.gradle.kts 2019-11-29 13:54:28 +00:00
Sean Mac Gillicuddy
fe2d5fcc1f change key decrypting to after build 2019-11-15 15:21:04 +00:00
Sean Mac Gillicuddy
8458d721d5 #1386 replace downloadManager with fetch 2019-08-30 15:31:19 +01:00
soloturn
2acf8b4fd6 migrate main build.gradle, settings.gradle to kotlin. 2019-02-10 22:46:07 +00:00