Skip to content

Commit 5e164bf

Browse files
fix: address build error on build.gradle (#93)
1 parent e9844f5 commit 5e164bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ repositories {
7373
dependencies {
7474
implementation 'com.facebook.react:react-native:+'
7575
implementation 'com.android.support:multidex:1.0.3'
76-
implementation 'com.google.android.libraries.navigation:navigation:5.2.3"
76+
implementation "com.google.android.libraries.navigation:navigation:5.2.3"
7777
}

0 commit comments

Comments
 (0)