mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 20:24:03 -04:00
Removed apk code
This commit is contained in:
parent
98ee430d92
commit
69406b5800
@ -36,13 +36,13 @@ android {
|
||||
CustomApps.createDynamically(project.file("src"), this)
|
||||
all {
|
||||
File("$projectDir/src", "$name/$name.zim").let {
|
||||
createDownloadTask(it)
|
||||
createPublishApkWithExpansionTask(it, applicationVariants)
|
||||
}
|
||||
File("$projectDir/../install_time_asset_for_dwds/src/main/assets", "$name.zim").let {
|
||||
createDownloadTaskForPlayAssetDelivery(it)
|
||||
createPublishBundleWithAssetPlayDelivery()
|
||||
// createDownloadTask(it)
|
||||
// createPublishApkWithExpansionTask(it, applicationVariants)
|
||||
}
|
||||
// File("$projectDir/../install_time_asset_for_dwds/src/main/assets", "$name.zim").let {
|
||||
// createDownloadTaskForPlayAssetDelivery(it)
|
||||
// createPublishBundleWithAssetPlayDelivery()
|
||||
// }
|
||||
runBlocking {
|
||||
val downloadTaskDeferred = async {
|
||||
withContext(Dispatchers.IO) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user