Skip to content

Commit b45bd67

Browse files
authored
Merge pull request AlexanderZaytsev#205 from CptFabulouso/patch-1
support default gradle version coming with RN
2 parents bd76dc1 + ada3b33 commit b45bd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ android {
2828

2929
dependencies {
3030
//noinspection GradleDynamicVersion
31-
implementation "com.facebook.react:react-native:${_reactNativeVersion}"
31+
compile "com.facebook.react:react-native:${_reactNativeVersion}"
3232
}

0 commit comments

Comments
 (0)