Skip to content

Commit

Permalink
fix android plugins kts updates
Browse files Browse the repository at this point in the history
  • Loading branch information
thatfiredev authored May 13, 2024
1 parent 9b14e04 commit 173c343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fix_android_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def get_dep_replacements(json_file, toml_deps):
replacements[curr_dep] = new_dep

# For the plugins block in .kts files
curr_plugin = f'("{group}") version "{curr_version}"'
curr_plugin = f'\("{group}"\) version "{curr_version}"'
new_plugin = f'("{group}") version "{new_version}"'
replacements[curr_plugin] = new_plugin

Expand Down

0 comments on commit 173c343

Please sign in to comment.