react-native-macos/packages/react-native-gradle-plugin
Nicola Corti cfacfe8b6c Bump gradle-plugin to 0.0.3
Summary:
For the sake of the playbook, I'm bumping the Gradle Plugin to the latest stable.
Specifically a change in how CLI args are parsed (D31908041 (70785e3d5a)) was not backward compatible,
therefore we need to migrate users to the new version.

Changelog:
[Internal] [Changed] - Bump gradle-plugin to 0.0.3

Reviewed By: hramos

Differential Revision: D32101577

fbshipit-source-id: 9a29b988a4b520a8ece10a90a9a4bedc02ec16ad
2021-11-02 10:39:25 -07:00
..
gradle/wrapper Bump Kotlin and Gradle versions (#32319) 2021-10-13 06:02:18 -07:00
src generate-specs-cli: Parse arguments using yargs 2021-10-29 11:07:38 -07:00
README.md Add a README before publishing this package 2021-09-27 09:23:33 -07:00
build.gradle.kts Bump Kotlin and Gradle versions (#32319) 2021-10-13 06:02:18 -07:00
gradlew Setup Gradle Wrapper inside packages/react-native-gradle-plugin/ (#32140) 2021-09-06 02:42:30 -07:00
gradlew.bat Re-sync with internal repository (#32212) 2021-09-15 10:45:06 +01:00
package.json Bump gradle-plugin to 0.0.3 2021-11-02 10:39:25 -07:00
settings.gradle.kts Do not use `kotlin-dsl` inside `react-native-gradle-plugin` (#32139) 2021-09-06 02:47:50 -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