Skip to content

Commit a4c0a00

Browse files
szymonrybczakatlj
authored andcommitted
feat: use new package
1 parent 9509158 commit a4c0a00

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

+1-4
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,7 @@ repositories {
133133
def kotlin_version = getExtOrDefault("kotlinVersion")
134134

135135
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:+"
136+
implementation "com.facebook.react:react-android"
140137
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
141138
}
142139

0 commit comments

Comments
 (0)