From 8631fe87c7b020604ffc9f5853f8f21937847eb5 Mon Sep 17 00:00:00 2001 From: Iragne Date: Wed, 18 Nov 2015 12:12:41 +0100 Subject: [PATCH 1/4] Update build.gradle --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 35d326e..49a6c37 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -29,7 +29,7 @@ repositories { dependencies { compile 'com.android.support:appcompat-v7:23.+' - compile 'com.facebook.react:react-native:0.13.0' + compile 'com.facebook.react:react-native:0.14.0' compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' compile('com.github.afollestad.material-dialogs:core:0.8.5.0@aar') { From 19755ab511b177a4457e2862f95487c773db2ed1 Mon Sep 17 00:00:00 2001 From: Iragne Date: Wed, 18 Nov 2015 12:12:58 +0100 Subject: [PATCH 2/4] Update build.gradle --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 49a6c37..03a8c64 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -29,7 +29,7 @@ repositories { dependencies { compile 'com.android.support:appcompat-v7:23.+' - compile 'com.facebook.react:react-native:0.14.0' + compile 'com.facebook.react:react-native:0.14.+' compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' compile('com.github.afollestad.material-dialogs:core:0.8.5.0@aar') { From 203f1880053ab6004d612a684b795415d2f6e59b Mon Sep 17 00:00:00 2001 From: Iragne Date: Wed, 18 Nov 2015 12:13:49 +0100 Subject: [PATCH 3/4] Update package.json --- examples/ExampleApp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ExampleApp/package.json b/examples/ExampleApp/package.json index f88933b..128a0bb 100644 --- a/examples/ExampleApp/package.json +++ b/examples/ExampleApp/package.json @@ -6,7 +6,7 @@ "start": "node_modules/react-native/packager/packager.sh" }, "dependencies": { - "react-native": "^0.13.2", + "react-native": ">=0.13.2", "react-native-dialogs": "*", "react-native-material-kit": "^0.2.2" } From 7ecdec73137a8436101f8ea9fab90d118ff829bf Mon Sep 17 00:00:00 2001 From: Iragne Date: Wed, 18 Nov 2015 12:14:45 +0100 Subject: [PATCH 4/4] Update build.gradle --- examples/ExampleApp/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ExampleApp/android/app/build.gradle b/examples/ExampleApp/android/app/build.gradle index 55309a3..292996f 100644 --- a/examples/ExampleApp/android/app/build.gradle +++ b/examples/ExampleApp/android/app/build.gradle @@ -29,7 +29,7 @@ repositories { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:23.0.1' - compile 'com.facebook.react:react-native:0.13.+' + compile 'com.facebook.react:react-native:0.14.+' compile project(':react-native-dialogs') compile project(':RNMaterialKit') }