Skip to content

Commit 41a689a

Browse files
build(gradle): Manually specify buildToolsVersion
1 parent 291cecf commit 41a689a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ReactAndroid/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ task androidSourcesJar(type: Jar) {
279279
}
280280

281281
android {
282+
buildToolsVersion = "31.0.0"
282283
compileSdkVersion 31
283284

284285
// Used to override the NDK path & version on internal CI

packages/rn-tester/android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ def reactNativeArchitectures() {
142142
}
143143

144144
android {
145+
buildToolsVersion = "31.0.0"
145146
compileSdkVersion 31
146147

147148
// Used to override the NDK path & version on internal CI

0 commit comments

Comments
 (0)