Skip to content

Commit b6ede9a

Browse files
szymonrybczakatlj
authored andcommitted
feat: use new package
1 parent 388ad09 commit b6ede9a

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
@@ -130,10 +130,7 @@ repositories {
130130
def kotlin_version = getExtOrDefault("kotlinVersion")
131131

132132
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:+"
133+
implementation "com.facebook.react:react-android"
137134
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
138135
}
139136

0 commit comments

Comments
 (0)