Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
anjmao committed Dec 13, 2019
1 parent f1a552b commit d26163a
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' => 10696,
'versionCode' => 10699,
'versionName' => last_git_tag,
'applyGoogleServices' => true,
"android.injected.signing.store.file" => ENV["FASTLANE_ANDROID_SIGNING_FILE_PATH"],
Expand Down

0 comments on commit d26163a

Please sign in to comment.