We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57755e5 commit c203294Copy full SHA for c203294
packages/create-react-native-library/templates/native-common/android/build.gradle
@@ -177,7 +177,7 @@ dependencies {
177
// For < 0.71, this will be from the local maven repo
178
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
179
//noinspection GradleDynamicVersion
180
- implementation "com.facebook.react:react-native"
+ implementation "com.facebook.react:react-native:+"
181
<% if (project.kotlin) { -%>
182
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
183
<% } -%>
0 commit comments