Skip to content

Commit

Permalink
build(android): Update react-native dependency version in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasAzS committed Nov 12, 2023
1 parent dd52981 commit 51ec6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ 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-native:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'com.google.code.gson:gson:2.10.1'
}
Expand Down

0 comments on commit 51ec6f6

Please sign in to comment.