Skip to content

Commit ca56e11

Browse files
authored
Update update_versions.py (#1300)
1 parent 9aa53b2 commit ca56e11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/update_versions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,7 @@ def main(argv):
253253
raise app.UsageError('Please set unity_sdk_version.')
254254

255255
update_unity_version(FLAGS.unity_sdk_version)
256-
# Disabled until the workaround for higher gradle versions is in place
257-
#update_android_deps()
256+
update_android_deps()
258257
update_readme(FLAGS.unity_sdk_version)
259258
update_export_json_files()
260259

0 commit comments

Comments
 (0)