Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: fix(android): Fix deprecated left shift usage (support was removed in Gradle 5) #472

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

breautek
Copy link
Contributor

@breautek breautek commented May 2, 2021

Platforms affected

Android

Motivation and Context

Fixes #425
Also required for #471

Description

Removed deprecated << syntax in Gradle (<< support was removed in Gradle 5) and replaced it with the equivalent.

Testing

Manual tests

Checklist

  • I've run the tests to see all new and existing tests pass
  • I added automated test coverage as appropriate for this change
  • Commit is prefixed with (platform) if this change only applies to one platform (e.g. (android))
  • If this Pull Request resolves an issue, I linked to the issue in the text above (and used the correct keyword to close issues using keywords)
  • I've updated the documentation if necessary

@breautek breautek added the bug label May 2, 2021
@breautek breautek requested review from timbru31 and erisu May 2, 2021 18:32
@breautek breautek changed the title fix(android): Fix deprecated left shift usage (support was removed in Gradle 5) WIP: fix(android): Fix deprecated left shift usage (support was removed in Gradle 5) Jul 4, 2023
doLast {
def contents = new HashMap()
def sizes = new HashMap()
contents["test"] = inAssetsDir.list()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Been 2 years since I created this PR so I don't remember the rationale, but this doesn't seem correct... especialyl since its being changed from contents[""] = ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gradle 6.5 - "Could not find method leftShift()"
1 participant