From 6d92e10a2dacbb0a5a2d5eed0bbc3ded74ab37f4 Mon Sep 17 00:00:00 2001 From: anjmao Date: Mon, 9 Dec 2019 11:51:26 +0200 Subject: [PATCH] Bump release version code --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index d55f6a514..651044335 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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"],