Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RN to 0.71.19 #23381

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open

Update RN to 0.71.19 #23381

wants to merge 25 commits into from

Conversation

jchen351
Copy link
Contributor

Description

Motivation and Context

@@ -1,6 +1,15 @@
import java.nio.file.Paths

buildscript {
ext {
buildToolsVersion = "33.0.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file already defines the three version vars below:

   compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
   minSdkVersion getExtOrIntegerDefault('minSdkVersion')
   targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')

Do we need to do it again here? Will it cause conflicts? What if they are different?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants