We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When build using Play Assets Delivery, png images with more than 8-bit color depth are not loaded on device
To Reproduce in build.settings set up PAD android = { usesExpansionFile = true }
include this 16-bit depth sample image
when app will be installed on device (I used Internal Test distribution from Play Console) the image will not show.
Target platform and where build was made:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When build using Play Assets Delivery, png images with more than 8-bit color depth are not loaded on device
To Reproduce
in build.settings set up PAD
android = {
usesExpansionFile = true
}
include this 16-bit depth sample image
when app will be installed on device (I used Internal Test distribution from Play Console) the image will not show.
Target platform and where build was made:
The text was updated successfully, but these errors were encountered: