-
Notifications
You must be signed in to change notification settings - Fork 617
Repack apk files into zip format to generate stable size measurements. #1719
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 SDKs
Test Logs
NotesHTML coverage reports can be produced locally with Head commit (cca5de3e) is created by Prow via merging commits: 93cdb04 17c4645. |
Binary Size ReportAffected SDKs
Test Logs
NotesHead commit (cca5de3e) is created by Prow via merging commits: 93cdb04 17c4645. |
@@ -24,6 +24,10 @@ buildscript { | |||
} | |||
} | |||
|
|||
plugins { | |||
id "com.dorongold.task-tree" version "1.5" |
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.
What is this plugin for?
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.
https://github.com/dorongold/gradle-task-tree
This is used to print out a tree of task dependencies. It is added to the apk-size
project only. The main project will not be affected.
No description provided.