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 70d6948 commit a863582Copy full SHA for a863582
android/lib/build.gradle
@@ -27,6 +27,8 @@ dependencies {
27
implementation 'androidx.appcompat:appcompat:1.1.0'
28
implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0'
29
// api ('com.walmartlabs.ern:container-movies-reloaded:1.0.0') {changing=true}
30
+ api ('com.walmartlabs.ern:runner-ern-container:1.0.0') {changing=true}
31
+ implementation "com.facebook.react:react-native:+" // From node_modules
32
implementation project(":electrode-reactnative-bridge")
33
testImplementation 'junit:junit:4.12'
34
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
0 commit comments