Update helloworld tempate to minSdk 24 (#45905)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/45905

- Updating minSdk to 24 before we do the update for the RN

Changelog: [Internal]

Reviewed By: blakef

Differential Revision: D60788291

fbshipit-source-id: d21d766159a04d79547e64fca802600279d08255
This commit is contained in:
Alan Lee
2024-08-06 17:13:48 -07:00
committed by Facebook GitHub Bot
parent fb67612e0b
commit 60c38c37aa
+1 -1
View File
@@ -8,7 +8,7 @@
buildscript {
ext {
buildToolsVersion = "34.0.0"
minSdkVersion = 23
minSdkVersion = 24
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "26.1.10909125"