Skip to content

Commit

Permalink
Remove engine hash from pom filename (flutter#11356)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Garcia committed Aug 21, 2019
1 parent 3606f7b commit ce0bad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/android_support/generate_pom_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def main():
engine_artifact_id = args.engine_artifact_id
engine_version = args.engine_version
artifact_version = '1.0.0-' + engine_version
out_file_name = '%s-%s.pom' % (engine_artifact_id, artifact_version)
out_file_name = '%s.pom' % engine_artifact_id

pom_dependencies = ''
if args.include_embedding_dependencies:
Expand Down

0 comments on commit ce0bad7

Please sign in to comment.