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 4fee0d5 commit 891a689Copy full SHA for 891a689
android/build.gradle
@@ -53,7 +53,7 @@ repositories {
53
dependencies {
54
api "com.facebook.react:react-native:+" // From node_modules
55
56
- testImplementation('org.robolectric:robolectric:4.3.1') {
+ testImplementation('org.robolectric:robolectric:4.15') {
57
// https://github.com/robolectric/robolectric/issues/5245
58
exclude group: 'com.google.auto.service', module: 'auto-service'
59
}
0 commit comments