From 3424256cc916bab18ea18b0a3e3af202e3a8e8b3 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Thu, 27 Oct 2022 03:33:29 -0700 Subject: [PATCH] Bump AGP to 7.3.1 (#35100) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/35100 That's just a minor bump of AGP before the branch cut. Changelog: [Android] [Changed] - Bump AGP to 7.3.1 allow-large-files Reviewed By: cipolleschi Differential Revision: D40752006 fbshipit-source-id: 4856bc7ca275cf46d3afcc7c24928c5f1d5e6e33 --- build.gradle.kts | 2 +- packages/react-native-gradle-plugin/build.gradle.kts | 2 +- template/android/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 44ad75737b158f..bd1b0dc5ac7f99 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,7 @@ buildscript { gradlePluginPortal() } dependencies { - classpath("com.android.tools.build:gradle:7.3.0") + classpath("com.android.tools.build:gradle:7.3.1") classpath("de.undercouch:gradle-download-task:5.0.1") } } diff --git a/packages/react-native-gradle-plugin/build.gradle.kts b/packages/react-native-gradle-plugin/build.gradle.kts index f73d4890c8a966..dd9a08ae099193 100644 --- a/packages/react-native-gradle-plugin/build.gradle.kts +++ b/packages/react-native-gradle-plugin/build.gradle.kts @@ -33,7 +33,7 @@ group = "com.facebook.react" dependencies { implementation(gradleApi()) - implementation("com.android.tools.build:gradle:7.3.0") + implementation("com.android.tools.build:gradle:7.3.1") implementation("com.google.code.gson:gson:2.8.9") implementation("com.google.guava:guava:31.0.1-jre") implementation("com.squareup:javapoet:1.13.0") diff --git a/template/android/build.gradle b/template/android/build.gradle index a893c5e2e8f3c9..c6c8e7351ba0eb 100644 --- a/template/android/build.gradle +++ b/template/android/build.gradle @@ -15,7 +15,7 @@ buildscript { mavenCentral() } dependencies { - classpath("com.android.tools.build:gradle:7.3.0") + classpath("com.android.tools.build:gradle:7.3.1") classpath("com.facebook.react:react-native-gradle-plugin") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files