We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9509158 commit a4c0a00Copy full SHA for a4c0a00
packages/create-react-native-library/templates/native-common/android/build.gradle
@@ -133,10 +133,7 @@ repositories {
133
def kotlin_version = getExtOrDefault("kotlinVersion")
134
135
dependencies {
136
- // For < 0.71, this will be from the local maven repo
137
- // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
138
- //noinspection GradleDynamicVersion
139
- implementation "com.facebook.react:react-native:+"
+ implementation "com.facebook.react:react-android"
140
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
141
}
142
0 commit comments