Skip to content

Commit

Permalink
Merge pull request #242 from mrGrigg/fix#214
Browse files Browse the repository at this point in the history
android/build.gradle: dependencies should be compile instead of provided
  • Loading branch information
xinthink authored Nov 27, 2016
2 parents 2ba4348 + da4b46a commit 66a1628
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 @@ -30,5 +30,5 @@ repositories {
}

dependencies {
provided 'com.facebook.react:react-native:0.+'
compile 'com.facebook.react:react-native:0.+'
}

0 comments on commit 66a1628

Please sign in to comment.