Skip to content

Commit ed21a3e

Browse files
jeremybarbetfacebook-github-bot
authored andcommitted
fix(android): build.gradle typo (#34517)
Summary: - Just a small typo fix ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [Android] [Fixed] - Typo in build.gradle Pull Request resolved: #34517 Test Plan: - Check out the diff changes Reviewed By: lunaleaps Differential Revision: D39082272 Pulled By: cipolleschi fbshipit-source-id: d62938d5a1e6802c6e7f44186adbbfa1a6715cf8
1 parent 984ee76 commit ed21a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ dependencies {
290290
if (isNewArchitectureEnabled()) {
291291
// If new architecture is enabled, we let you build RN from source
292292
// Otherwise we fallback to a prebuilt .aar bundled in the NPM package.
293-
// This will be applied to all the imported transtitive dependency.
293+
// This will be applied to all the imported transitive dependency.
294294
configurations.all {
295295
resolutionStrategy.dependencySubstitution {
296296
substitute(module("com.facebook.react:react-native"))

0 commit comments

Comments
 (0)