From a2f2bee81f28de22e1a67584e3f27d892656f2f5 Mon Sep 17 00:00:00 2001 From: Gouri Panda Date: Fri, 20 Oct 2023 20:18:21 +0530 Subject: [PATCH] Updated the asset folder naming --- custom/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/build.gradle.kts b/custom/build.gradle.kts index af058299e8..7b042594be 100644 --- a/custom/build.gradle.kts +++ b/custom/build.gradle.kts @@ -34,7 +34,7 @@ android { createDownloadTask(it) createPublishApkWithExpansionTask(it, applicationVariants) } - File("$projectDir/../install_time_asset_for_dwds/src/main/assets", "$name.zim").let { + File("$projectDir/../install_time_asset/src/main/assets", "$name.zim").let { createDownloadTaskForPlayAssetDelivery(it) createPublishBundleWithAssetPlayDelivery() }