From 7edca9efe9edbba25c625de779e62fae2f62b20e Mon Sep 17 00:00:00 2001 From: Tim Peut Date: Fri, 15 May 2026 14:24:49 -0700 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 916182599 --- .../glide/load/engine/bitmap_recycle/LruBitmapPoolTest.java | 2 +- .../bumptech/glide/load/resource/bitmap/VideoDecoderTest.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library/test/src/test/java/com/bumptech/glide/load/engine/bitmap_recycle/LruBitmapPoolTest.java b/library/test/src/test/java/com/bumptech/glide/load/engine/bitmap_recycle/LruBitmapPoolTest.java index 3d8d818d6b..96fef3521f 100644 --- a/library/test/src/test/java/com/bumptech/glide/load/engine/bitmap_recycle/LruBitmapPoolTest.java +++ b/library/test/src/test/java/com/bumptech/glide/load/engine/bitmap_recycle/LruBitmapPoolTest.java @@ -105,7 +105,7 @@ public void testTrimMemoryUiHiddenOrLessRemovesHalfOfBitmaps_preM() { testTrimMemory(MAX_SIZE, TRIM_MEMORY_UI_HIDDEN, MAX_SIZE / 2); } - @Config(sdk = Build.VERSION_CODES.M) + @Config(sdk = Config.OLDEST_SDK) @Test public void testTrimMemoryUiHiddenOrLessRemovesHalfOfBitmaps_postM() { testTrimMemory(MAX_SIZE, TRIM_MEMORY_UI_HIDDEN, 0); diff --git a/library/test/src/test/java/com/bumptech/glide/load/resource/bitmap/VideoDecoderTest.java b/library/test/src/test/java/com/bumptech/glide/load/resource/bitmap/VideoDecoderTest.java index 3d69f6fe56..fc6c213aad 100644 --- a/library/test/src/test/java/com/bumptech/glide/load/resource/bitmap/VideoDecoderTest.java +++ b/library/test/src/test/java/com/bumptech/glide/load/resource/bitmap/VideoDecoderTest.java @@ -236,7 +236,7 @@ public void decodeFrame_arcDeviceAndWebm_initializesMediaExtractor() throws IOEx } @Test - @Config(sdk = VERSION_CODES.M) + @Config(sdk = Config.OLDEST_SDK) public void isHdr180RotationFixRequired_androidM_returnsFalse() { assertThat(VideoDecoder.isHdr180RotationFixRequired()).isFalse(); }