From ce2bc55a65d47d1f2e80a8f8785b974f8a527079 Mon Sep 17 00:00:00 2001 From: Frieder Bluemle 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 b51453b9..dcf4152a 100644 --- a/android/lib/build.gradle +++ b/android/lib/build.gradle @@ -27,6 +27,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 'junit:junit:4.12' androidTestImplementation 'androidx.test.ext:junit:1.1.1'