Skip to content

Commit a3d092c

Browse files
fix: include constraint-layout/guava as library deps (#94)
1 parent 5e164bf commit a3d092c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

SampleApp/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,7 @@ repositories {
7373
dependencies {
7474
implementation 'com.facebook.react:react-native:+'
7575
implementation 'com.android.support:multidex:1.0.3'
76+
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
7677
implementation "com.google.android.libraries.navigation:navigation:5.2.3"
78+
api 'com.google.guava:guava:31.0.1-android'
7779
}

0 commit comments

Comments
 (0)