fixed file path

This commit is contained in:
Gouri Panda 2023-05-09 23:03:45 +05:30
parent a1e0f257fc
commit 19581cc4a2

View File

@ -92,7 +92,7 @@ fun ProductFlavor.createPublishBundleWithExpansionTask(
attachExpansionTo(variants[0].versionCode) attachExpansionTo(variants[0].versionCode)
addToTrackInDraft(variants[0].versionCode, versionName) addToTrackInDraft(variants[0].versionCode, versionName)
} else { } 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")
} }
} }
} }