diff --git a/custom/build.gradle.kts b/custom/build.gradle.kts index c9137870a..0803ae917 100644 --- a/custom/build.gradle.kts +++ b/custom/build.gradle.kts @@ -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") }