Skip to content

Commit e98dd2c

Browse files
build(deps): bump glide from 4.11.0 to 4.16.0 (#6767)
Bumps `glide` from 4.11.0 to 4.16.0. Updates `com.github.bumptech.glide:compiler` from 4.11.0 to 4.16.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bumptech/glide/releases">com.github.bumptech.glide:compiler's releases</a>.</em></p> <blockquote> <h2>Glide 4.16.0</h2> <p>This release focuses on some build improvements and Compose. The two major Compose improvements are adding support for Compose specific transitions (e.g. cross fade) and supporting recomposition based on request state using <code>GlideSubcomposition</code>. There's also been a bunch of internal refactoring to move away from Painters to Modifier nodes based on feedback from the Compose team. This is still an alpha release of Compose, but barring unexpectedly negative feedback, the next release should be beta.</p> <p>This should be the last release of Glide that targets Java 7. That probably means our next release will be a major version change.</p> <h2>Features</h2> <ul> <li>Allow passing an executor into ChromiumRequestSerializer in <a href="https://redirect.github.com/bumptech/glide/pull/5077">bumptech/glide#5077</a></li> <li>Allow host app to provide a way to clear all resources onStop() by <a href="https://github.com/osamaaftab"><code>@​osamaaftab</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5145">bumptech/glide#5145</a></li> </ul> <h2>Compose</h2> <ul> <li> <p>Add a Transition API and a CrossFade Transition for Compose by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5235">bumptech/glide#5235</a></p> </li> <li> <p>Influence layout using intrinsics in GlideNode by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5240">bumptech/glide#5240</a> * Log instead of throwing parsing manifests to fix compose previews by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5167">bumptech/glide#5167</a></p> </li> <li> <p>Launch no more than one request per onRemembered by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5062">bumptech/glide#5062</a></p> </li> <li> <p>Remove GlidePainter in favor of Modifier nodes / Flows by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5230">bumptech/glide#5230</a></p> </li> <li> <p>Replace flows in GlideSubcomposition with a listener on GlideNode by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5238">bumptech/glide#5238</a></p> </li> </ul> <h2>Bugs</h2> <ul> <li>Read library glide module names from Java indexes by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5052">bumptech/glide#5052</a></li> <li>Fix typo. anay -&gt; any in GlideSymbolProcessor.kt. by <a href="https://github.com/trevorhackman"><code>@​trevorhackman</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5029">bumptech/glide#5029</a></li> <li>Include URL in error log by <a href="https://github.com/paulsowden"><code>@​paulsowden</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5164">bumptech/glide#5164</a></li> <li>Add <code>isInitialized</code> visible for testing method by <a href="https://github.com/paulsowden"><code>@​paulsowden</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5163">bumptech/glide#5163</a></li> <li>Use onIdle to avoid a race in FlowTests by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5202">bumptech/glide#5202</a></li> <li>Add a isEquivalentTo method to correctly check equality by <a href="https://github.com/mori-atsushi"><code>@​mori-atsushi</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5232">bumptech/glide#5232</a></li> <li>Add <a href="https://github.com/RequiresPermission"><code>@​RequiresPermission</code></a> to NotificationTarget by <a href="https://github.com/TWiStErRob"><code>@​TWiStErRob</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5220">bumptech/glide#5220</a></li> </ul> <h2>Deprecations</h2> <ul> <li><code>placeholderOf(@composable)</code> in <code>GlideImage</code> is deprecated, use <code>GlideSubcomposition</code> instead. Keep in mind that using either forces a recomposition each time the state of the image load changes. Recomposition will have a significant performance penalty in scrolling lists and should be avoided.</li> </ul> <h2>Behavior Changes</h2> <ul> <li>Hard code disabling hardware bitmaps on O/OMR1. by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5115">bumptech/glide#5115</a></li> <li>Do not set requireOriginal on Android photo picker uris. by <a href="https://github.com/phoenixli"><code>@​phoenixli</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5162">bumptech/glide#5162</a></li> </ul> <h2>Breaking Changes</h2> <ul> <li>[Late edit, sorry!]: Added <code>@nullable</code> and <code>@nonnull</code> annotations to <code>RequestListener</code> via 60b567e5feec70ba810a663e56a10d837f26c56c. This will break Kotlin implementations that make different assumptions about nullability.</li> </ul> <h2>Build Changes</h2> <ul> <li>Add integration tests for ksp library modules. by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5054">bumptech/glide#5054</a></li> <li>Update README.md to use https by <a href="https://github.com/simoarpe"><code>@​simoarpe</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5058">bumptech/glide#5058</a></li> <li>Use dokka to build scripts/update_javadocs.sh by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5104">bumptech/glide#5104</a></li> <li>avif integration: Update libavif dependency by <a href="https://github.com/vigneshvg"><code>@​vigneshvg</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5128">bumptech/glide#5128</a></li> <li>Disable java 7 source obsolete warning. by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5168">bumptech/glide#5168</a></li> <li>Update mockito version to fix j16 compilation. by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5169">bumptech/glide#5169</a></li> <li>Switch Glide's dependencies to a version catalog. by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5183">bumptech/glide#5183</a></li> <li>Remove jetifier by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5184">bumptech/glide#5184</a></li> <li>Add an updated proguard plugin to compile on Java 17. by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5185">bumptech/glide#5185</a></li> <li>Configure Renovate in <a href="https://redirect.github.com/bumptech/glide/pull/5186">bumptech/glide#5186</a></li> <li>Increment ROBOLECTRIC_SDK to 19 from 18. by <a href="https://github.com/brettchabot"><code>@​brettchabot</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5208">bumptech/glide#5208</a> and <a href="https://redirect.github.com/bumptech/glide/pull/5207">bumptech/glide#5207</a></li> <li>AGP: Upgrade AndroidManifest.xml's package to build.gradle's namespace. by <a href="https://github.com/TWiStErRob"><code>@​TWiStErRob</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5221">bumptech/glide#5221</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bumptech/glide/commit/374306f7445ca62dce9adcb196f5c2a29b510895"><code>374306f</code></a> Bump version to 4.16.0 / alpha5</li> <li><a href="https://github.com/bumptech/glide/commit/5d2fb6724844388a8c879a71755d37c659e905a5"><code>5d2fb67</code></a> Clean up some duplicate size logic in GlideModifier.</li> <li><a href="https://github.com/bumptech/glide/commit/b3294015ae9739ad434f2c274ca2104522735f67"><code>b329401</code></a> Influence layout using intrinsics in GlideNode</li> <li><a href="https://github.com/bumptech/glide/commit/d10c5ff0ab05bf17709913edb5f864e94a1b5e60"><code>d10c5ff</code></a> Add a Transition API and a CrossFade Transition for Compose</li> <li><a href="https://github.com/bumptech/glide/commit/cb2b1dcdb8abebf5470c0570ac9fad905fac4d49"><code>cb2b1dc</code></a> Replace flows in GlideSubcomposition with a listener on GlideNode</li> <li><a href="https://github.com/bumptech/glide/commit/60b567e5feec70ba810a663e56a10d837f26c56c"><code>60b567e</code></a> Remove GlidePainter in favor of Modifier nodes / Flows</li> <li><a href="https://github.com/bumptech/glide/commit/8f6d64519574c9a199f96269f56fae8ffb942b4f"><code>8f6d645</code></a> Add a isEquivalentTo method to correctly check equality</li> <li><a href="https://github.com/bumptech/glide/commit/0b62103433b2cdb247f5c9a72fb8c1404e1d3e88"><code>0b62103</code></a> Remove empty AndroidManifest.xml files.</li> <li><a href="https://github.com/bumptech/glide/commit/401d7e587c321d88fb8d45c5d42d1dcfdbcd0802"><code>401d7e5</code></a> Migrate &lt;manifest package=&quot;...&quot; in AndroidManifest.xml to namespace '...' in ...</li> <li><a href="https://github.com/bumptech/glide/commit/49ddc01484ac50287230f72804e8c41cb5dcd71b"><code>49ddc01</code></a> Ensure one new line at end of modified files.</li> <li>Additional commits viewable in <a href="https://github.com/bumptech/glide/compare/v4.11.0...v4.16.0">compare view</a></li> </ul> </details> <br /> Updates `com.github.bumptech.glide:glide` from 4.11.0 to 4.16.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bumptech/glide/releases">com.github.bumptech.glide:glide's releases</a>.</em></p> <blockquote> <h2>Glide 4.16.0</h2> <p>This release focuses on some build improvements and Compose. The two major Compose improvements are adding support for Compose specific transitions (e.g. cross fade) and supporting recomposition based on request state using <code>GlideSubcomposition</code>. There's also been a bunch of internal refactoring to move away from Painters to Modifier nodes based on feedback from the Compose team. This is still an alpha release of Compose, but barring unexpectedly negative feedback, the next release should be beta.</p> <p>This should be the last release of Glide that targets Java 7. That probably means our next release will be a major version change.</p> <h2>Features</h2> <ul> <li>Allow passing an executor into ChromiumRequestSerializer in <a href="https://redirect.github.com/bumptech/glide/pull/5077">bumptech/glide#5077</a></li> <li>Allow host app to provide a way to clear all resources onStop() by <a href="https://github.com/osamaaftab"><code>@​osamaaftab</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5145">bumptech/glide#5145</a></li> </ul> <h2>Compose</h2> <ul> <li> <p>Add a Transition API and a CrossFade Transition for Compose by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5235">bumptech/glide#5235</a></p> </li> <li> <p>Influence layout using intrinsics in GlideNode by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5240">bumptech/glide#5240</a> * Log instead of throwing parsing manifests to fix compose previews by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5167">bumptech/glide#5167</a></p> </li> <li> <p>Launch no more than one request per onRemembered by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5062">bumptech/glide#5062</a></p> </li> <li> <p>Remove GlidePainter in favor of Modifier nodes / Flows by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5230">bumptech/glide#5230</a></p> </li> <li> <p>Replace flows in GlideSubcomposition with a listener on GlideNode by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5238">bumptech/glide#5238</a></p> </li> </ul> <h2>Bugs</h2> <ul> <li>Read library glide module names from Java indexes by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5052">bumptech/glide#5052</a></li> <li>Fix typo. anay -&gt; any in GlideSymbolProcessor.kt. by <a href="https://github.com/trevorhackman"><code>@​trevorhackman</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5029">bumptech/glide#5029</a></li> <li>Include URL in error log by <a href="https://github.com/paulsowden"><code>@​paulsowden</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5164">bumptech/glide#5164</a></li> <li>Add <code>isInitialized</code> visible for testing method by <a href="https://github.com/paulsowden"><code>@​paulsowden</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5163">bumptech/glide#5163</a></li> <li>Use onIdle to avoid a race in FlowTests by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5202">bumptech/glide#5202</a></li> <li>Add a isEquivalentTo method to correctly check equality by <a href="https://github.com/mori-atsushi"><code>@​mori-atsushi</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5232">bumptech/glide#5232</a></li> <li>Add <a href="https://github.com/RequiresPermission"><code>@​RequiresPermission</code></a> to NotificationTarget by <a href="https://github.com/TWiStErRob"><code>@​TWiStErRob</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5220">bumptech/glide#5220</a></li> </ul> <h2>Deprecations</h2> <ul> <li><code>placeholderOf(@composable)</code> in <code>GlideImage</code> is deprecated, use <code>GlideSubcomposition</code> instead. Keep in mind that using either forces a recomposition each time the state of the image load changes. Recomposition will have a significant performance penalty in scrolling lists and should be avoided.</li> </ul> <h2>Behavior Changes</h2> <ul> <li>Hard code disabling hardware bitmaps on O/OMR1. by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5115">bumptech/glide#5115</a></li> <li>Do not set requireOriginal on Android photo picker uris. by <a href="https://github.com/phoenixli"><code>@​phoenixli</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5162">bumptech/glide#5162</a></li> </ul> <h2>Breaking Changes</h2> <ul> <li>[Late edit, sorry!]: Added <code>@nullable</code> and <code>@nonnull</code> annotations to <code>RequestListener</code> via 60b567e5feec70ba810a663e56a10d837f26c56c. This will break Kotlin implementations that make different assumptions about nullability.</li> </ul> <h2>Build Changes</h2> <ul> <li>Add integration tests for ksp library modules. by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5054">bumptech/glide#5054</a></li> <li>Update README.md to use https by <a href="https://github.com/simoarpe"><code>@​simoarpe</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5058">bumptech/glide#5058</a></li> <li>Use dokka to build scripts/update_javadocs.sh by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5104">bumptech/glide#5104</a></li> <li>avif integration: Update libavif dependency by <a href="https://github.com/vigneshvg"><code>@​vigneshvg</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5128">bumptech/glide#5128</a></li> <li>Disable java 7 source obsolete warning. by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5168">bumptech/glide#5168</a></li> <li>Update mockito version to fix j16 compilation. by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5169">bumptech/glide#5169</a></li> <li>Switch Glide's dependencies to a version catalog. by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5183">bumptech/glide#5183</a></li> <li>Remove jetifier by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5184">bumptech/glide#5184</a></li> <li>Add an updated proguard plugin to compile on Java 17. by <a href="https://github.com/sjudd"><code>@​sjudd</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5185">bumptech/glide#5185</a></li> <li>Configure Renovate in <a href="https://redirect.github.com/bumptech/glide/pull/5186">bumptech/glide#5186</a></li> <li>Increment ROBOLECTRIC_SDK to 19 from 18. by <a href="https://github.com/brettchabot"><code>@​brettchabot</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5208">bumptech/glide#5208</a> and <a href="https://redirect.github.com/bumptech/glide/pull/5207">bumptech/glide#5207</a></li> <li>AGP: Upgrade AndroidManifest.xml's package to build.gradle's namespace. by <a href="https://github.com/TWiStErRob"><code>@​TWiStErRob</code></a> in <a href="https://redirect.github.com/bumptech/glide/pull/5221">bumptech/glide#5221</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bumptech/glide/commit/374306f7445ca62dce9adcb196f5c2a29b510895"><code>374306f</code></a> Bump version to 4.16.0 / alpha5</li> <li><a href="https://github.com/bumptech/glide/commit/5d2fb6724844388a8c879a71755d37c659e905a5"><code>5d2fb67</code></a> Clean up some duplicate size logic in GlideModifier.</li> <li><a href="https://github.com/bumptech/glide/commit/b3294015ae9739ad434f2c274ca2104522735f67"><code>b329401</code></a> Influence layout using intrinsics in GlideNode</li> <li><a href="https://github.com/bumptech/glide/commit/d10c5ff0ab05bf17709913edb5f864e94a1b5e60"><code>d10c5ff</code></a> Add a Transition API and a CrossFade Transition for Compose</li> <li><a href="https://github.com/bumptech/glide/commit/cb2b1dcdb8abebf5470c0570ac9fad905fac4d49"><code>cb2b1dc</code></a> Replace flows in GlideSubcomposition with a listener on GlideNode</li> <li><a href="https://github.com/bumptech/glide/commit/60b567e5feec70ba810a663e56a10d837f26c56c"><code>60b567e</code></a> Remove GlidePainter in favor of Modifier nodes / Flows</li> <li><a href="https://github.com/bumptech/glide/commit/8f6d64519574c9a199f96269f56fae8ffb942b4f"><code>8f6d645</code></a> Add a isEquivalentTo method to correctly check equality</li> <li><a href="https://github.com/bumptech/glide/commit/0b62103433b2cdb247f5c9a72fb8c1404e1d3e88"><code>0b62103</code></a> Remove empty AndroidManifest.xml files.</li> <li><a href="https://github.com/bumptech/glide/commit/401d7e587c321d88fb8d45c5d42d1dcfdbcd0802"><code>401d7e5</code></a> Migrate &lt;manifest package=&quot;...&quot; in AndroidManifest.xml to namespace '...' in ...</li> <li><a href="https://github.com/bumptech/glide/commit/49ddc01484ac50287230f72804e8c41cb5dcd71b"><code>49ddc01</code></a> Ensure one new line at end of modified files.</li> <li>Additional commits viewable in <a href="https://github.com/bumptech/glide/compare/v4.11.0...v4.16.0">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rodrigo Lazo <[email protected]>
1 parent fb6189c commit e98dd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ firebaseAppdistributionGradle = "5.1.1"
2727
firebaseCommon = "21.0.0"
2828
firebaseComponents = "18.0.0"
2929
firebaseCrashlyticsGradle = "3.0.2"
30-
glide = "4.11.0"
30+
glide = "4.16.0"
3131
googleApiClient = "1.30.9"
3232
googleServices = "4.3.15"
3333
gradleErrorpronePlugin = "3.1.0"

0 commit comments

Comments
 (0)