Bump ktx and compose versions to 1.0.0-beta08#5606
Merged
falhassen merged 1 commit intobumptech:masterfrom Sep 12, 2025
Merged
Conversation
lhx546920268
added a commit
to lhx546920268/glide
that referenced
this pull request
Apr 17, 2026
* master: (272 commits) Update isAndroidPickerUri to support new picker URI variations Stop appending requireOriginal to URIs loaded by Glide on Android R+ A trim level of TRIM_MEMORY_UI_HIDDEN is applicable to a process with a state such as PROCESS_STATE_IMPORTANT_BACKGROUND, PROCESS_STATE_TRANSIENT_BACKGROUND, before the process goes to CACHED. And these are the some of the process states we don't want to apply the background MemoryCategory to. Bump Gradle to 8.14.4. Allow limiting the size of LruBitmapPool/MemoryCache when in background No public description Allow limiting the size of LruBitmapPool/MemoryCache when in background Converting a second set of Groovy Gradle files to Kotlin DSL. Migrate from Robolectric's Util.readBytes to Guava ByteStreams Rewriting some of the smaller Gradle build files in Kotlin DSL. Moving hardcoded versions away from the `[libraries]` to `[versions]`. This will help with version management since everything is now in one place. Adding `ktfmt` plugin for Kotlin formatting and running it for the first time. Will be cleaning up the `apply` blocks once we move to Kotlin DSL. Migrating version catalog to the TOML format + rewriting the main `settings.gradle` file in Kotlin DSL to kick off the process. Removed `git exec` command since we no longer have submodules. Rolling SingleRequest.clear lock fix due to triggering a different ANR. Fix deadlock in SingleRequest.clear by using the Engine as the requestLock. Removing outdated upload + CI scripts from the repository. Updating workflow scripts to be better integrated with GitHub Actions. Triggers and logic are all the same as before, we're just doing everything through workflow files now to leverage caching. Add an experimental method to GlideExecutor.Builder to optionally add a decorator to all Runnables executed on that executor. Bump version to 5.0.5 (bumptech#5607) Bump ktx and compose versions to 1.0.0-beta08 (bumptech#5606) ... # Conflicts: # annotation/ksp/src/main/kotlin/com/bumptech/glide/annotation/ksp/AppGlideModules.kt # annotation/ksp/src/main/kotlin/com/bumptech/glide/annotation/ksp/GlideSymbolProcessor.kt # build.gradle # gradle.properties # integration/compose/gradle.properties # integration/ktx/gradle.properties # scripts/upload.gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump ktx and compose versions to 1.0.0-beta08
In prep for 5.0.5.