-
Notifications
You must be signed in to change notification settings - Fork 625
Adding in api.txt files to ktx and app distribution directories #3110
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
Coverage ReportAffected SDKsNo changes between base commit (c293a6e) and head commit (ae0b142b). Test Logs
NotesHTML coverage reports can be produced locally with Head commit (ae0b142b) is created by Prow via merging commits: c293a6e 64eb02e. |
Binary Size ReportAffected SDKs
Test Logs
NotesHead commit (ae0b142b) is created by Prow via merging commits: c293a6e 64eb02e. |
method @NonNull public com.google.android.gms.tasks.Task<java.lang.Void> signInTester(); | ||
method @NonNull public com.google.android.gms.tasks.Task<com.google.firebase.app.distribution.AppDistributionRelease> checkForNewRelease(); | ||
method @NonNull public com.google.firebase.app.distribution.UpdateTask updateApp(); | ||
method public java.lang.Boolean istesterSignedIn() |
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.
Missing ;
at the end of the line here.
I see CI bots failing on my PR for Firestore because the bots run |
AFAIK the api.txt files should be auto-generated by running |
I have posted #3213 to fix this, but I'm not familiar with app distribution APIs. Please review. |
All sdks have an api.txt files that include methods that users will be interacting with both on java and in kotlin.