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

[Android] Drop support for AGP version <= 7 #3077

Merged
merged 4 commits into from
Sep 2, 2024

Conversation

latekvo
Copy link
Contributor

@latekvo latekvo commented Aug 29, 2024

Description

This PR removes support for Android Gradle Plugin version <= 7
AGP version 7 is unsupported by React Native since 0.73

Closes: #2725

Test plan

  • build example Android app while using AGP 8.0
  • build example Android app while using AGP 9.0
  • both should run successfully

android/build.gradle Outdated Show resolved Hide resolved
Co-authored-by: Jakub Piasecki <jakub.piasecki@swmansion.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warning with Task :react-native-gesture-handler:processDebugManifest
2 participants