react-native-macos/packages/react-native-gradle-plugin
Nicola Corti d51534ae01 Fix broken AndroidConfigurationTest.kt on main
Summary:
The bump of AGP to 7.2 caused the tests inside `AndroidConfigurationTest.kt` to fail.

As we're now running `buildAll` both on Sandcastle and on CircleCI, this is now failing
on both CIs. The issue is that AGP 7.2 change the way to introspect resValues and
requires now to specify a type when querying for a value. I'm updating the tests here.

Changelog:
[Internal] [Fixed] - Fix broken AndroidConfigurationTest.kt on main

Reviewed By: cipolleschi

Differential Revision: D36437875

fbshipit-source-id: 58f457a78eae861e86808e58c23f5d04fb196d45
2022-05-17 02:04:05 -07:00
..
gradle/wrapper Bump Gradle to 7.4.2 (#33823) 2022-05-13 07:26:00 -07:00
src Fix broken AndroidConfigurationTest.kt on main 2022-05-17 02:04:05 -07:00
BUCK Create @fb-tools-support/yarn package 2022-01-28 08:22:17 -08:00
README.md Add a README before publishing this package 2021-09-27 09:23:33 -07:00
build.gradle.kts Setup a top level buildAll Gradle task (#33838) 2022-05-16 09:27:54 -07: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 React Native Gradle plugin to 0.0.7 2022-04-27 09:41:11 -07:00
settings.gradle.kts Configure plugin repositories to use Gradle Portal last 2022-01-13 06:02:44 -08: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