From d446515128fa25986be66ce8477d4265a1573e09 Mon Sep 17 00:00:00 2001 From: Gouri Panda Date: Thu, 19 Oct 2023 01:50:12 +0530 Subject: [PATCH] quick fix versionCode override --- 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 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") }