Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bindings/react-native/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencies {
}

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.robolectric:robolectric:4.16'
testImplementation 'org.robolectric:robolectric:4.16.1'
// NotificationCompat reaches the production classpath transitively through
// react-android, which is compileOnly in the standalone/CI harness — so the
// JVM tests have to bring it themselves. Test-only: consumers keep getting
Expand Down
Loading