Skip to content

Commit

Permalink
Merge pull request #2178 from shakhal/patch-1
Browse files Browse the repository at this point in the history
Add missing bracket
  • Loading branch information
christocracy authored Oct 17, 2024
2 parents e021e8e + fec444c commit feed76b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions help/INSTALL-ANDROID-AUTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ allprojects { // <-- NOTE: allprojects container -- If you don't see this, cr
+ maven { url 'https://developer.huawei.com/repo/' }
+ // Required for react-native-background-fetch
+ maven { url("${project(':react-native-background-fetch').projectDir}/libs") }
}
}
```

Expand Down

0 comments on commit feed76b

Please sign in to comment.