Skip to content

Commit 5e33813

Browse files
authored
Update build.gradle for react native quick start
1 parent 6c30e69 commit 5e33813

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

react-native/rn-bare-quick-start/android/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
buildscript {
22
ext {
33
buildToolsVersion = "34.0.0"
4+
// IMP START - Requirements Android
45
minSdkVersion = 23
56
compileSdkVersion = 34
67
targetSdkVersion = 34
8+
// IMP END - Requirements Android
79
ndkVersion = "26.1.10909125"
810
kotlinVersion = "1.9.22"
911
}

0 commit comments

Comments
 (0)