Skip to content

Commit

Permalink
android/build.gradle: dependencies should be compile instead of provided
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Grigg committed Sep 26, 2016
1 parent 20edbb1 commit da4b46a
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 da4b46a

Please sign in to comment.