From 19581cc4a216d7b305671c102614ae7a773ab189 Mon Sep 17 00:00:00 2001 From: Gouri Panda Date: Tue, 9 May 2023 23:03:45 +0530 Subject: [PATCH] fixed file path --- 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 e49360d2b..d8718f247 100644 --- a/custom/build.gradle.kts +++ b/custom/build.gradle.kts @@ -92,7 +92,7 @@ fun ProductFlavor.createPublishBundleWithExpansionTask( attachExpansionTo(variants[0].versionCode) addToTrackInDraft(variants[0].versionCode, versionName) } else { - throw FileNotFoundException("Unable to find generated aab file generatedFile ${generatedBundleFile.path} & generatedBundleFile2 ${generatedBundleFile2.path}") + throw FileNotFoundException("Unable to find generated aab file generatedFile ${generatedBundleFile.path} & generatedBundleFile2 generatedBundleFile2.path") } } }