react-native-macos/packages/react-native-gradle-plugin
Nicola Corti 1cb46ea6c1 bump package versions (#36218)
Summary:
Bumping RNGP as build from source on nightlies is broken

## Changelog

[INTERNAL] - bump package versions

Pull Request resolved: https://github.com/facebook/react-native/pull/36218

Test Plan: n/a

Reviewed By: hoxyq

Differential Revision: D43438374

Pulled By: cortinico

fbshipit-source-id: 871b56eaba5bc35286882e459136703778dea514
2023-02-20 09:53:56 -08:00
..
gradle/wrapper Bump Gradle to 7.5.1 (#34359) 2022-08-08 04:03:59 -07:00
src RNGP - Fix defaults for PrivateReactExtension 2023-02-20 05:52:20 -08:00
BUCK Create @fb-tools-support/yarn package 2022-01-28 08:22:17 -08:00
README.md refactor(react-native-gradle-plugin): rename react-native-gradle-plugin to @react-native/gradle-plugin (#35480) 2022-11-25 10:29:36 -08:00
build.gradle.kts RNGP - Bump AGP to 7.4.1 (#36039) 2023-02-02 07:07:45 -08:00
gradlew bump gradle to 7.3 (#32588) 2021-11-15 06:47:39 -08:00
gradlew.bat Re-sync with internal repository (#32212) 2021-09-15 10:45:06 +01:00
package.json bump package versions (#36218) 2023-02-20 09:53:56 -08:00
settings.gradle.kts Format .kts files with ktfmt 2022-06-09 02:50:45 -07:00

README.md

@react-native/gradle-plugin

Version

A Gradle Plugin used to support development of React Native applications for Android.

Installation

yarn add @react-native/gradle-plugin

Note: We're using yarn to install deps. Feel free to change commands to use npm 3+ and npx if you like