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 87b0032 commit d19320bCopy full SHA for d19320b
packages/create-react-native-library/templates/native-common/android/build.gradle
@@ -131,10 +131,7 @@ repositories {
131
def kotlin_version = getExtOrDefault("kotlinVersion")
132
133
dependencies {
134
- // For < 0.71, this will be from the local maven repo
135
- // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
136
- //noinspection GradleDynamicVersion
137
- implementation "com.facebook.react:react-native:+"
+ implementation "com.facebook.react:react-android"
138
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
139
}
140
0 commit comments