Browse Source

Update Installing.md (#4259)

Colin 6 years ago
parent
commit
3969fe064d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/docs/Installing.md

+ 1
- 1
docs/docs/Installing.md View File

@@ -255,7 +255,7 @@ android {
255 255
         applicationId "com.yourproject"
256 256
         minSdkVersion rootProject.ext.minSdkVersion
257 257
         targetSdkVersion rootProject.ext.targetSdkVersion
258
-+        missingDimensionStrategy "RNN.reactNativeVersion", "reactNative56"
258
++        missingDimensionStrategy "RNN.reactNativeVersion", "reactNative57"
259 259
         versionCode 1
260 260
         versionName "1.0"
261 261
         ...