Browse Source

Merge pull request #248 from Taym95/@taym95/refactor/react-native-version

Fix react native version in android build.gradel file
Gaëtan Renaudeau 4 years ago
parent
commit
ced1f3d2ce
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      android/build.gradle

+ 1
- 1
android/build.gradle View File

@@ -47,5 +47,5 @@ repositories {
47 47
 
48 48
 dependencies {
49 49
     implementation "com.android.support:support-v4:${safeExtGet('supportLibVersion', '27.+')}"
50
-    api 'com.facebook.react:react-native:+'
50
+    api "com.facebook.react:react-native:${rootProject.ext.reactNative}"
51 51
 }