Skip to content

Commit 4e386d6

Browse files
authored
Update docs with AGP 7.3.x setup (facebook#3333)
1 parent 72c8bd5 commit 4e386d6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/new-architecture-app-intro.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ RCT_NEW_ARCH_ENABLED=1 pod install
143143
Using the New Architecture on Android has some prerequisites that you need to meet:
144144

145145
1. Using Gradle version >= 7.x
146-
2. Using Android Gradle Plugin >= 7.x (i.e. the `com.android.tools.build:gradle` dependency)
146+
2. Using Android Gradle Plugin >= 7.3.x (i.e. the `com.android.tools.build:gradle` dependency)
147147

148148
If you updated to React Native 0.68+, you already meet those prerequisites. If you don't meet them, consider updating those dependencies first.
149149

@@ -266,8 +266,6 @@ android {
266266
267267
afterEvaluate {
268268
preBuild.dependsOn(packageReactNdkLibs)
269-
configureCMakeRelWithDebInfo.dependsOn(preReleaseBuild)
270-
configureCMakeDebug.dependsOn(preDebugBuild)
271269
}
272270
273271
packagingOptions {

0 commit comments

Comments
 (0)