Skip to content

Commit 4b8b9cc

Browse files
cortinicofacebook-github-bot
authored andcommitted
AGP to 7.4.2
Summary: This is just a minor bump before 0.72 and it brings AGP up to date with the latest stable. allow-large-files Changelog: [Internal] [Changed] - AGP to 7.4.2 Reviewed By: cipolleschi Differential Revision: D43659180 fbshipit-source-id: d57ea8fb6ae902412b542e0125d3b15168d0e123
1 parent d56bd11 commit 4b8b9cc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ReactAndroid/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ dependencies {
683683
// mirror from a non-linux machine, while still executing inside a Linux CI
684684
// as we declare a dependency on aap2 @linux so we're sure the linux artifact
685685
// gets downloaded at some point.
686-
compileOnly("com.android.tools.build:aapt2:7.4.1-8841542:linux")
686+
compileOnly("com.android.tools.build:aapt2:7.4.2-8841542:linux")
687687
}
688688

689689
react {

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
plugins {
99
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
10-
id("com.android.library") version "7.4.1" apply false
11-
id("com.android.application") version "7.4.1" apply false
10+
id("com.android.library") version "7.4.2" apply false
11+
id("com.android.application") version "7.4.2" apply false
1212
id("de.undercouch.download") version "5.0.1" apply false
1313
kotlin("android") version "1.7.22" apply false
1414
}

packages/react-native-gradle-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ group = "com.facebook.react"
3333

3434
dependencies {
3535
implementation(gradleApi())
36-
implementation("com.android.tools.build:gradle:7.4.1")
36+
implementation("com.android.tools.build:gradle:7.4.2")
3737
implementation("com.google.code.gson:gson:2.8.9")
3838
implementation("com.google.guava:guava:31.0.1-jre")
3939
implementation("com.squareup:javapoet:1.13.0")

0 commit comments

Comments
 (0)