-
Notifications
You must be signed in to change notification settings - Fork 617
Upgrade robolectric and target api 29. #1469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Binary Size ReportAffected SDKs
Test Logs |
Coverage ReportAffected SDKs
Test Logs
NotesHTML coverage reports can be produced locally with |
firebase-database/src/main/java/com/google/firebase/database/tubesock/WebSocket.java
Show resolved
Hide resolved
...firestore/src/main/java/com/google/firebase/firestore/remote/AndroidConnectivityMonitor.java
Show resolved
Hide resolved
firebase-storage/src/main/java/com/google/firebase/storage/network/NetworkRequest.java
Show resolved
Hide resolved
import groovy.lang.Closure; | ||
import java.util.function.Consumer; | ||
|
||
public final class ClosureUtil { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can You help understand what this does?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is to express the following in java(this api is not java-friendly):
android.testOptions.unitTests.all {
// this is a groovy closure that is hard to implement in java, hence this util class
}
This change mostly addresses: robolectric/robolectric#5456