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

fix(android): fix name clash when building with Gradle 7 #604

Merged
merged 1 commit into from Nov 22, 2021

Conversation

tido64
Copy link
Member

@tido64 tido64 commented Nov 22, 2021

Description

Fixes a name clash when building the test app with Gradle 7:

A problem occurred evaluating script.
> No signature of method: static test_app_2f7bqu5tkk9dawnfc468sfds4.apply() is applicable for argument types: (LinkedHashMap) values: [[from:/~/node_modules/react-native-test-app/android/test-app-util.gradle]]
  Possible solutions: apply(groovy.lang.Closure), apply(java.util.Map), any(), copy(groovy.lang.Closure), copy(org.gradle.api.Action), any(groovy.lang.Closure)

Platforms affected

  • Android
  • iOS
  • macOS
  • Windows

Test plan

CI should pass.

@github-actions github-actions bot added the platform: Android This affects Android label Nov 22, 2021
@tido64 tido64 merged commit eea3be2 into trunk Nov 22, 2021
@tido64 tido64 deleted the tido/fix-name-clash-agp-7 branch November 22, 2021 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: Android This affects Android
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants