Skip to content

Commit 5e5a0db

Browse files
fix(deps): update dependency com.android.tools.build:gradle to v7.3.0
1 parent beb77eb commit 5e5a0db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HelloWorld/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildscript {
2222
mavenCentral()
2323
}
2424
dependencies {
25-
classpath("com.android.tools.build:gradle:7.1.1")
25+
classpath("com.android.tools.build:gradle:7.3.0")
2626
classpath("com.facebook.react:react-native-gradle-plugin")
2727
classpath("de.undercouch:gradle-download-task:5.0.1")
2828
// NOTE: Do not place your application dependencies here; they belong

template/template/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildscript {
2222
mavenCentral()
2323
}
2424
dependencies {
25-
classpath("com.android.tools.build:gradle:7.1.1")
25+
classpath("com.android.tools.build:gradle:7.3.0")
2626
classpath("com.facebook.react:react-native-gradle-plugin")
2727
classpath("de.undercouch:gradle-download-task:5.0.1")
2828
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)