From ed21a3e20fcbba131792f469fe004f8cf97a4018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Barbet?= Date: Sat, 27 Aug 2022 22:31:06 -0700 Subject: [PATCH] fix(android): build.gradle typo (#34517) Summary: - Just a small typo fix ## Changelog [Android] [Fixed] - Typo in build.gradle Pull Request resolved: https://github.com/facebook/react-native/pull/34517 Test Plan: - Check out the diff changes Reviewed By: lunaleaps Differential Revision: D39082272 Pulled By: cipolleschi fbshipit-source-id: d62938d5a1e6802c6e7f44186adbbfa1a6715cf8 --- template/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/android/app/build.gradle b/template/android/app/build.gradle index 5364e587e47823..d67b6f86cc9a5c 100644 --- a/template/android/app/build.gradle +++ b/template/android/app/build.gradle @@ -290,7 +290,7 @@ dependencies { if (isNewArchitectureEnabled()) { // If new architecture is enabled, we let you build RN from source // Otherwise we fallback to a prebuilt .aar bundled in the NPM package. - // This will be applied to all the imported transtitive dependency. + // This will be applied to all the imported transitive dependency. configurations.all { resolutionStrategy.dependencySubstitution { substitute(module("com.facebook.react:react-native"))