From 0a45ca06d40dfafa0871601b9df26a910c206ca5 Mon Sep 17 00:00:00 2001
From: Frieder Bluemle <frieder.bluemle@walmartlabs.com>
Date: Tue, 10 Dec 2019 13:31:56 -0800
Subject: [PATCH] wip

---
 android/lib/build.gradle | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/android/lib/build.gradle b/android/lib/build.gradle
index c3dd3c2..8c4da30 100644
--- a/android/lib/build.gradle
+++ b/android/lib/build.gradle
@@ -34,6 +34,8 @@ dependencies {
     implementation 'androidx.appcompat:appcompat:1.1.0'
     implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0'
 //    api('com.walmartlabs.ern:container-movies-reloaded:1.0.0') { changing = true }
+    api ('com.walmartlabs.ern:runner-ern-container:1.0.0') {changing=true}
+    implementation "com.facebook.react:react-native:+"  // From node_modules
     implementation project(":electrode-reactnative-bridge")
     testImplementation 'androidx.test:core:1.3.0'
     testImplementation 'androidx.test.ext:junit:1.1.2'