Skip to content
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

Add compressAndroidTestApksWithLegacyPackaging option #1135

Merged
merged 4 commits into from
Dec 10, 2024

Conversation

ZacSweers
Copy link
Collaborator

No description provided.

@ZacSweers
Copy link
Collaborator Author

The CI failure is a red herring, due to a broken config cache config that is fixed on main but polluted atm

@ZacSweers ZacSweers merged commit cbe25de into main Dec 10, 2024
3 of 4 checks passed
@ZacSweers ZacSweers deleted the z/packagingOptions branch December 10, 2024 19:50
* - https://issuetracker.google.com/issues/259832799
* - https://developer.android.com/reference/tools/gradle-api/7.1/com/android/build/api/dsl/DexPackagingOptions#useLegacyPackaging:kotlin.Boolean
*/
public val minifyAndroidTestApks: Provider<Boolean>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could we rename this to compressAndroidTestApks. I'm concerned that minify will get conflated with running shrinking.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We already have a compress property above this, this is the toe-hold for minification with R8 if there ends up being a way to do that too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants