diff --git a/android/fastlane/Fastfile b/android/fastlane/Fastfile index de33726d..ce86b0c2 100644 --- a/android/fastlane/Fastfile +++ b/android/fastlane/Fastfile @@ -110,7 +110,7 @@ platform :android do print_log "build flavor for: #{flavor}" build_number = Time.now.strftime("%Y%m%d%H") print_log "BuildNo #{build_number}" - build_version = $current_tag.match(/^v(\d+\.\d+\.\d+)/).captures[0] +# build_version = $current_tag.match(/^v(\d+\.\d+\.\d+)/).captures[0] print_log "buildVersion #{build_version}" commit_hash = last_git_commit short_hash = commit_hash[:abbreviated_commit_hash]