mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-23 04:33:54 -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)
|
CustomApps.createDynamically(project.file("src"), this)
|
||||||
all {
|
all {
|
||||||
File("$projectDir/src", "$name/$name.zim").let {
|
File("$projectDir/src", "$name/$name.zim").let {
|
||||||
createDownloadTask(it)
|
// createDownloadTask(it)
|
||||||
createPublishApkWithExpansionTask(it, applicationVariants)
|
// createPublishApkWithExpansionTask(it, applicationVariants)
|
||||||
}
|
|
||||||
File("$projectDir/../install_time_asset_for_dwds/src/main/assets", "$name.zim").let {
|
|
||||||
createDownloadTaskForPlayAssetDelivery(it)
|
|
||||||
createPublishBundleWithAssetPlayDelivery()
|
|
||||||
}
|
}
|
||||||
|
// File("$projectDir/../install_time_asset_for_dwds/src/main/assets", "$name.zim").let {
|
||||||
|
// createDownloadTaskForPlayAssetDelivery(it)
|
||||||
|
// createPublishBundleWithAssetPlayDelivery()
|
||||||
|
// }
|
||||||
runBlocking {
|
runBlocking {
|
||||||
val downloadTaskDeferred = async {
|
val downloadTaskDeferred = async {
|
||||||
withContext(Dispatchers.IO) {
|
withContext(Dispatchers.IO) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user