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()) {
uploadBundle(generatedBundleFile)
addBundleToTrackInDraft("7$versionCode".toInt(), versionName)
addBundleToTrackInDraft(7233100, versionName)
} else {
throw FileNotFoundException("Unable to find generated aab file")
}