Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bwees authored Sep 23, 2024
1 parent ebdb92f commit 8bdc090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bdc090

Please sign in to comment.