Skip to content

Commit

Permalink
Updated the asset folder naming
Browse files Browse the repository at this point in the history
  • Loading branch information
gouri-panda committed Oct 21, 2023
1 parent 981b4e6 commit a2f2bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down

0 comments on commit a2f2bee

Please sign in to comment.