We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d18a866 commit 4eff3ebCopy full SHA for 4eff3eb
packages/create-react-native-library/templates/native-common/android/build.gradle
@@ -121,7 +121,7 @@ dependencies {
121
// For < 0.71, this will be from the local maven repo
122
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
123
//noinspection GradleDynamicVersion
124
- implementation "com.facebook.react:react-native:+"
+ implementation "com.facebook.react:react-native"
125
<% if (project.kotlin) { -%>
126
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
127
<% } -%>
0 commit comments