Skip to content

Commit 479966e

Browse files
committed
chore: remove React Native 0.71 leftover in `build.gradle
1 parent 87b0032 commit 479966e

File tree

1 file changed

+0
-4
lines changed
  • packages/create-react-native-library/templates/native-common/android

1 file changed

+0
-4
lines changed

packages/create-react-native-library/templates/native-common/android/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@ repositories {
131131
def kotlin_version = getExtOrDefault("kotlinVersion")
132132

133133
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:+"
138134
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
139135
}
140136

0 commit comments

Comments
 (0)