Skip to content

Commit

Permalink
fix: include constraint-layout/guava as library deps (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturoSalazarB16 authored Apr 2, 2024
1 parent 5e164bf commit a3d092c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SampleApp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,7 @@ repositories {
dependencies {
implementation 'com.facebook.react:react-native:+'
implementation 'com.android.support:multidex:1.0.3'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation "com.google.android.libraries.navigation:navigation:5.2.3"
api 'com.google.guava:guava:31.0.1-android'
}

0 comments on commit a3d092c

Please sign in to comment.