From 7245deb840522ef412bc139f7c445df6a876c0df 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 9a4bf984..6e4d87b1 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:local-container: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'