Skip to content

Commit

Permalink
update react native dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
uvarenko committed Oct 7, 2024
1 parent dafe700 commit 77d71f5
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 @@ -56,7 +56,7 @@ repositories {
}

dependencies {
implementation 'com.facebook.react:react-native:+'
implementation 'com.facebook.react:react-android:+'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${safeExtGet('kotlinVersion', project.ext.kotlinVersion)}"

def supportLibVersion = safeExtGet('supportLibVersion', safeExtGet('supportVersion', null))
Expand Down

0 comments on commit 77d71f5

Please sign in to comment.