Skip to content

Commit c203294

Browse files
authored
fix: failure noinspection version for 0.69.4 (#362)
Fix #361 which is introduced by 4eff3eb According to [outage postmortem](https://reactnative.dev/blog/2023/01/27/71rc1-android-outage-postmortem), we could revert the noinspection version `+` back for [email protected].*
1 parent 57755e5 commit c203294

File tree

1 file changed

+1
-1
lines changed
  • packages/create-react-native-library/templates/native-common/android

1 file changed

+1
-1
lines changed

packages/create-react-native-library/templates/native-common/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ dependencies {
177177
// For < 0.71, this will be from the local maven repo
178178
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
179179
//noinspection GradleDynamicVersion
180-
implementation "com.facebook.react:react-native"
180+
implementation "com.facebook.react:react-native:+"
181181
<% if (project.kotlin) { -%>
182182
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
183183
<% } -%>

0 commit comments

Comments
 (0)