Skip to content

Commit

Permalink
Merge pull request AlexanderZaytsev#205 from CptFabulouso/patch-1
Browse files Browse the repository at this point in the history
support default gradle version coming with RN
  • Loading branch information
zoontek authored Jul 18, 2018
2 parents bd76dc1 + ada3b33 commit b45bd67
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 b45bd67

Please sign in to comment.