소스 검색

Lock RN version in build.gradle to 0.51.1

Guy Carmeli 6 년 전
부모
커밋
bda6892f75
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      playground/android/app/build.gradle

+ 1
- 1
playground/android/app/build.gradle 파일 보기

@@ -47,7 +47,7 @@ android {
47 47
 
48 48
 dependencies {
49 49
     implementation fileTree(dir: 'libs', include: ['*.jar'])
50
-    implementation 'com.facebook.react:react-native:+'
50
+    implementation ('com.facebook.react:react-native:0.51.1') { force = true }
51 51
     implementation 'com.android.support:design:25.4.0'
52 52
     implementation "com.android.support:appcompat-v7:25.4.0"
53 53
     implementation project(':react-native-navigation')