From 4e386d6a794568dd6de0a8fc143db6bc34d24ec9 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Wed, 21 Sep 2022 11:41:31 +0100 Subject: [PATCH] Update docs with AGP 7.3.x setup (#3333) --- docs/new-architecture-app-intro.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/new-architecture-app-intro.md b/docs/new-architecture-app-intro.md index 14bf8772a3b..a8699f6a995 100644 --- a/docs/new-architecture-app-intro.md +++ b/docs/new-architecture-app-intro.md @@ -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. @@ -266,8 +266,6 @@ android { afterEvaluate { preBuild.dependsOn(packageReactNdkLibs) - configureCMakeRelWithDebInfo.dependsOn(preReleaseBuild) - configureCMakeDebug.dependsOn(preDebugBuild) } packagingOptions {