Skip to content

Commit aadd0c3

Browse files
fix(deps): update dependency com.android.tools.build:gradle to v7.4.2
1 parent 51f6dbe commit aadd0c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HelloWorld/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
mavenCentral()
2121
}
2222
dependencies {
23-
classpath("com.android.tools.build:gradle:7.2.1")
23+
classpath("com.android.tools.build:gradle:7.4.2")
2424
classpath("com.facebook.react:react-native-gradle-plugin")
2525
classpath("de.undercouch:gradle-download-task:5.0.1")
2626
// NOTE: Do not place your application dependencies here; they belong

template/template/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
mavenCentral()
2121
}
2222
dependencies {
23-
classpath("com.android.tools.build:gradle:7.2.1")
23+
classpath("com.android.tools.build:gradle:7.4.2")
2424
classpath("com.facebook.react:react-native-gradle-plugin")
2525
classpath("de.undercouch:gradle-download-task:5.0.1")
2626
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)