Skip to content

Commit

Permalink
feat: use new package
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak committed Dec 30, 2024
1 parent 87b0032 commit d19320b
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,7 @@ repositories {
def kotlin_version = getExtOrDefault("kotlinVersion")

dependencies {
// For < 0.71, this will be from the local maven repo
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation "com.facebook.react:react-android"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}

Expand Down

0 comments on commit d19320b

Please sign in to comment.