From 2364eccf1a4087a4519aab60ef04360ef65c2187 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Tue, 19 Apr 2016 16:33:27 +0800 Subject: [PATCH] fix screenPhysicalPixels error --- Examples/VideoPlayer/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/VideoPlayer/android/app/build.gradle b/Examples/VideoPlayer/android/app/build.gradle index 2afbba5c..888b3be6 100644 --- a/Examples/VideoPlayer/android/app/build.gradle +++ b/Examples/VideoPlayer/android/app/build.gradle @@ -114,5 +114,5 @@ dependencies { compile project(':react-native-video') compile fileTree(dir: "libs", include: ["*.jar"]) compile "com.android.support:appcompat-v7:23.0.1" - compile "com.facebook.react:react-native:0.19.+" + compile "com.facebook.react:react-native:0.20.+" }