Skip to content

Commit

Permalink
support default gradle version coming with RN
Browse files Browse the repository at this point in the history
  • Loading branch information
CptFabulouso authored Jul 16, 2018
1 parent bd76dc1 commit ada3b33
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 @@ -28,5 +28,5 @@ android {

dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:${_reactNativeVersion}"
compile "com.facebook.react:react-native:${_reactNativeVersion}"
}

0 comments on commit ada3b33

Please sign in to comment.