You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For React Native version 0.76.6 & 0.77.0, the gradle version was bumped to 8.11.1 from 8.10.2 (related commit). However, creating a new React Native project using this CLI (npx @react-native-community/cli init RnDiffApp --version 0.77.0, for example) will generate the android/gradle/wrapper/gradle-wrapper.properties file wrong, still using the old version.
This issue reflects in the rn-diff-purge project, which in turn also causes trouble in the upgrade-helper for people trying to upgrade to these versions, as this change is not accurately reflected there.
Reproducible Demo
Just create a new project on either version (0.76.6 or 0.77.0) and check the generated android/gradle/wrapper/gradle-wrapper.properties file for the gradle version.
The text was updated successfully, but these errors were encountered:
The commit linked has already been merged and released on React Native; issue seems to be that, for some reason, npx @react-native-community/cli init is not properly including this change.
Description
For React Native version 0.76.6 & 0.77.0, the gradle version was bumped to 8.11.1 from 8.10.2 (related commit). However, creating a new React Native project using this CLI (
npx @react-native-community/cli init RnDiffApp --version 0.77.0
, for example) will generate theandroid/gradle/wrapper/gradle-wrapper.properties
file wrong, still using the old version.This issue reflects in the rn-diff-purge project, which in turn also causes trouble in the upgrade-helper for people trying to upgrade to these versions, as this change is not accurately reflected there.
Reproducible Demo
Just create a new project on either version (0.76.6 or 0.77.0) and check the generated
android/gradle/wrapper/gradle-wrapper.properties
file for the gradle version.The text was updated successfully, but these errors were encountered: