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