mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/51854 AGP 8.10.x comes with a source breaking change: https://issuetracker.google.com/issues/416890061 This shoudl fix it and unblock us for the 0.81 release. Changelog: [Android] [Changed] - Bump AGP to 8.10.x Reviewed By: huntie Differential Revision: D76053989 fbshipit-source-id: b0fe19544c79d65002127176f2722cdfd85f0a3c
React Native Gradle Plugin
This plugin is used by React Native Apps to configure themselves.
NOTE: It's important that this folder is called react-native-gradle-plugin as it's used
by users in their build.gradle file as follows:
buildscript {
// ...
dependencies {
classpath("com.facebook.react:react-native-gradle-plugin")
}
}
The name of the artifact is imposed by the folder name.