quick fix versionCode override

This commit is contained in:
Gouri Panda 2023-10-19 01:50:12 +05:30
parent bd75ba1852
commit d446515128

View File

@ -229,7 +229,7 @@ fun ProductFlavor.createPublishBundleWithAssetPlayDelivery(): Task {
) )
if (generatedBundleFile.exists()) { if (generatedBundleFile.exists()) {
uploadBundle(generatedBundleFile) uploadBundle(generatedBundleFile)
addBundleToTrackInDraft("7$versionCode".toInt(), versionName) addBundleToTrackInDraft(7233100, versionName)
} else { } else {
throw FileNotFoundException("Unable to find generated aab file") throw FileNotFoundException("Unable to find generated aab file")
} }