From 8bdc0903c0444b8743b707ff63a67fa63610c9b0 Mon Sep 17 00:00:00 2001 From: Brandon Wees Date: Sun, 22 Sep 2024 20:35:38 -0500 Subject: [PATCH] Update Fastfile --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index c14d099..dc82063 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -143,7 +143,7 @@ platform :android do # Increment the version code new_version_code = latest_version_code + 1 - new_version_code = 23 + new_version_code = 24 UI.message("New Version Code: #{new_version_code}") # Update the versionCode in the build.gradle file