Skip to content

Commit

Permalink
do not specify RN version in gradle
Browse files Browse the repository at this point in the history
previously this would cause gradle to fetch old rn version even though it wasn't needed
  • Loading branch information
vonovak authored Sep 6, 2017
1 parent 712679f commit 610ad80
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,6 +30,6 @@ repositories {
}

dependencies {
compile 'com.facebook.react:react-native:0.19.+'
compile 'com.facebook.react:react-native:+'
compile 'com.facebook.conceal:conceal:1.1.3@aar'
}

0 comments on commit 610ad80

Please sign in to comment.