Skip to content

Commit

Permalink
PR fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Krisztian Godrei committed Nov 13, 2015
1 parent a7d7460 commit 429c922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uploaders/apk_uploader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def aapt_path
build_tool_version = path_splits[path_splits.count - 2]

latest_build_tool_version = build_tool_version if latest_build_tool_version == ''
if Gem::Version.new(build_tool_version) > Gem::Version.new(latest_build_tool_version)
if Gem::Version.new(build_tool_version) >= Gem::Version.new(latest_build_tool_version)
latest_build_tool_version = build_tool_version
latest_aapt_path = aapt_file.to_s
end
Expand Down

0 comments on commit 429c922

Please sign in to comment.