From 500547ef4b5539df22ede61b59d5237b9cd6ac61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Fri, 31 Mar 2017 10:09:09 +0200 Subject: [PATCH] fix example --- android/RNGL.iml | 20 +++++++++--------- example/android/app/app.iml | 21 ++++++++++--------- .../java/com/example/MainApplication.java | 2 +- example/android/build.gradle | 2 +- 4 files changed, 23 insertions(+), 22 deletions(-) diff --git a/android/RNGL.iml b/android/RNGL.iml index bf87702..bc8ae96 100644 --- a/android/RNGL.iml +++ b/android/RNGL.iml @@ -67,14 +67,6 @@ - - - - - - - - @@ -83,6 +75,14 @@ + + + + + + + + @@ -98,7 +98,7 @@ - + @@ -136,8 +136,8 @@ - + diff --git a/example/android/app/app.iml b/example/android/app/app.iml index a40939d..56d2c6d 100644 --- a/example/android/app/app.iml +++ b/example/android/app/app.iml @@ -66,14 +66,6 @@ - - - - - - - - @@ -82,8 +74,17 @@ + + + + + + + + + @@ -96,7 +97,7 @@ - + @@ -139,8 +140,8 @@ - + diff --git a/example/android/app/src/main/java/com/example/MainApplication.java b/example/android/app/src/main/java/com/example/MainApplication.java index fc55bc0..ef99ee8 100644 --- a/example/android/app/src/main/java/com/example/MainApplication.java +++ b/example/android/app/src/main/java/com/example/MainApplication.java @@ -19,7 +19,7 @@ public class MainApplication extends Application implements ReactApplication { private final ReactNativeHost mReactNativeHost = new ReactNativeHost(this) { @Override - protected boolean getUseDeveloperSupport() { + public boolean getUseDeveloperSupport() { return BuildConfig.DEBUG; } diff --git a/example/android/build.gradle b/example/android/build.gradle index f3bd7d3..eed9972 100644 --- a/example/android/build.gradle +++ b/example/android/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.2' + classpath 'com.android.tools.build:gradle:2.2.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files -- 2.26.2