diff --git a/lib/android/build.gradle b/lib/android/build.gradle index d4d5bbb0..ddf105a7 100644 --- a/lib/android/build.gradle +++ b/lib/android/build.gradle @@ -41,6 +41,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) testImplementation 'junit:junit:4.12' + androidTestImplementation 'com.android.support.test:runner:1.0.2' // node_modules implementation 'com.facebook.react:react-native:+'