Skip to content

Commit d19320b

Browse files
committed
feat: use new package
1 parent 87b0032 commit d19320b

File tree

1 file changed

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

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,7 @@ 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:+"
134+
implementation "com.facebook.react:react-android"
138135
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
139136
}
140137

0 commit comments

Comments
 (0)