Skip to content

Commit 4eff3eb

Browse files
committed
refactor: remove + from react-native version from local maven
1 parent d18a866 commit 4eff3eb

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ dependencies {
121121
// For < 0.71, this will be from the local maven repo
122122
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
123123
//noinspection GradleDynamicVersion
124-
implementation "com.facebook.react:react-native:+"
124+
implementation "com.facebook.react:react-native"
125125
<% if (project.kotlin) { -%>
126126
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
127127
<% } -%>

0 commit comments

Comments
 (0)