Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Fixed path Android setup build.gradle #33

Merged
merged 1 commit into from
May 10, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Click `<YourAppName>.xcodeproj` in the project navigator and go the `Build Setti

Run `rnpm link react-native-lock` so your project is linked against your Android project

In your file `android/settings.gradle`, inside the `android` section add the following
In your file `android/app/build.gradle`, inside the `android` section add the following

```gradle
packagingOptions {
Expand Down