Skip to content

Commit 4f47d80

Browse files
authored
Merge pull request #61 from obiwankenoobi/fix-v-conflict
fixing conflict created when trying to build because of different RN v…
2 parents ec12246 + 6577740 commit 4f47d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native-version-check/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ android {
2525
}
2626

2727
dependencies {
28-
implementation 'com.facebook.react:react-native:0.20.+'
28+
implementation 'com.facebook.react:react-native:+'
2929
}
3030

0 commit comments

Comments
 (0)