From 60c38c37aaedff8c7cabcbf2fbd75e0184e4f60c Mon Sep 17 00:00:00 2001 From: Alan Lee Date: Tue, 6 Aug 2024 17:13:48 -0700 Subject: [PATCH] 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 --- packages/helloworld/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/helloworld/android/build.gradle b/packages/helloworld/android/build.gradle index 928cdf58481..5807e85e390 100644 --- a/packages/helloworld/android/build.gradle +++ b/packages/helloworld/android/build.gradle @@ -8,7 +8,7 @@ buildscript { ext { buildToolsVersion = "34.0.0" - minSdkVersion = 23 + minSdkVersion = 24 compileSdkVersion = 34 targetSdkVersion = 34 ndkVersion = "26.1.10909125"