Hello,

I'm using the 6.1 version of the Gradle plugin and aaptOptions appears to 
ignore what I tell it not to compress. We pre-compress all PNG's to speed 
up the build process (on the server we build with takes ~10 minutes/build) 
so I added the below to the build.gradle only to have png's still running 
through compression. Has anyone else had this issue?


aaptOptions {
    noCompress 'png'
}

-Madison

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to