mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
fb67612e0b
commit
60c38c37aa
@@ -8,7 +8,7 @@
|
||||
buildscript {
|
||||
ext {
|
||||
buildToolsVersion = "34.0.0"
|
||||
minSdkVersion = 23
|
||||
minSdkVersion = 24
|
||||
compileSdkVersion = 34
|
||||
targetSdkVersion = 34
|
||||
ndkVersion = "26.1.10909125"
|
||||
|
||||
Reference in New Issue
Block a user