Skip to content

Commit

Permalink
Update docs with AGP 7.3.x setup (facebook#3333)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico authored Sep 21, 2022
1 parent 72c8bd5 commit 4e386d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/new-architecture-app-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ RCT_NEW_ARCH_ENABLED=1 pod install
Using the New Architecture on Android has some prerequisites that you need to meet:

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

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

Expand Down Expand Up @@ -266,8 +266,6 @@ android {
afterEvaluate {
preBuild.dependsOn(packageReactNdkLibs)
configureCMakeRelWithDebInfo.dependsOn(preReleaseBuild)
configureCMakeDebug.dependsOn(preDebugBuild)
}
packagingOptions {
Expand Down

0 comments on commit 4e386d6

Please sign in to comment.