From d26163a9f51980b37c5c2e65e8ebd687e03dac71 Mon Sep 17 00:00:00 2001 From: anjmao Date: Fri, 13 Dec 2019 18:43:34 +0200 Subject: [PATCH] Bump version --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 651044335..d5926cc53 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' => 10696, + 'versionCode' => 10699, 'versionName' => last_git_tag, 'applyGoogleServices' => true, "android.injected.signing.store.file" => ENV["FASTLANE_ANDROID_SIGNING_FILE_PATH"],