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'