Vadim Mezentsev
Vadim Mezentsev
I use glide `4.13.2` with avif support ``` implementation("com.github.bumptech.glide:glide:4.13.2") implementation("com.github.bumptech.glide:avif-integration:4.13.2") implementation("com.github.bumptech.glide:annotations:4.13.2") annotationProcessor("com.github.bumptech.glide:compiler:4.13.2") ``` but I am stuck with transparent layer. All images got problems with background: green, black or problems...
I have some placeholders in my AndroidManifest.xml that merged from different external library. For my `release` and `debug` build types, I have substitutions that never been required before for unitTests....