We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa53b2 commit ca56e11Copy full SHA for ca56e11
scripts/update_versions.py
@@ -253,8 +253,7 @@ def main(argv):
253
raise app.UsageError('Please set unity_sdk_version.')
254
255
update_unity_version(FLAGS.unity_sdk_version)
256
- # Disabled until the workaround for higher gradle versions is in place
257
- #update_android_deps()
+ update_android_deps()
258
update_readme(FLAGS.unity_sdk_version)
259
update_export_json_files()
260
0 commit comments