Skip to content

Commit

Permalink
Update GifDecoderTest to run on 19, since 18 is no longer supported i…
Browse files Browse the repository at this point in the history
…n Robolectric
  • Loading branch information
falhassen committed Nov 16, 2023
1 parent 2f806be commit a67bd6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

/** Tests for {@link com.bumptech.glide.gifdecoder.GifDecoder}. */
@RunWith(RobolectricTestRunner.class)
@Config(sdk = 18)
@Config(sdk = 19)
public class GifDecoderTest {

private MockProvider provider;
Expand Down

0 comments on commit a67bd6c

Please sign in to comment.