We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d87125 commit 0a45ca0Copy full SHA for 0a45ca0
android/lib/build.gradle
@@ -34,6 +34,8 @@ dependencies {
34
implementation 'androidx.appcompat:appcompat:1.1.0'
35
implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0'
36
// api('com.walmartlabs.ern:container-movies-reloaded:1.0.0') { changing = true }
37
+ api ('com.walmartlabs.ern:runner-ern-container:1.0.0') {changing=true}
38
+ implementation "com.facebook.react:react-native:+" // From node_modules
39
implementation project(":electrode-reactnative-bridge")
40
testImplementation 'androidx.test:core:1.3.0'
41
testImplementation 'androidx.test.ext:junit:1.1.2'
0 commit comments