Skip to content

Commit

Permalink
Bump release version code
Browse files Browse the repository at this point in the history
  • Loading branch information
anjmao committed Dec 9, 2019
1 parent 42aa20c commit 6d92e10
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 @@ -42,7 +42,7 @@ platform :android do
project_dir: "android",
print_command: false, # to prevent outputting passwords
properties: {
'versionCode' => 10695,
'versionCode' => 10696,
'versionName' => last_git_tag,
'applyGoogleServices' => true,
"android.injected.signing.store.file" => ENV["FASTLANE_ANDROID_SIGNING_FILE_PATH"],
Expand Down

0 comments on commit 6d92e10

Please sign in to comment.