Skip to content

Commit

Permalink
fix: address build error on build.gradle (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturoSalazarB16 authored Apr 2, 2024
1 parent e9844f5 commit 5e164bf
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 @@ -73,5 +73,5 @@ repositories {
dependencies {
implementation 'com.facebook.react:react-native:+'
implementation 'com.android.support:multidex:1.0.3'
implementation 'com.google.android.libraries.navigation:navigation:5.2.3"
implementation "com.google.android.libraries.navigation:navigation:5.2.3"
}

0 comments on commit 5e164bf

Please sign in to comment.