Skip to content

Commit

Permalink
Increment ROBOLECTRIC_SDK to 19 from 18.
Browse files Browse the repository at this point in the history
A future version of Robolectric will drop support
for SDK 18.

Tested via gradle test testDebugUnitTest.
  • Loading branch information
brettchabot authored and sjudd committed Jul 7, 2023
1 parent e9b8758 commit fd96de2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

public class RobolectricConstants {
/** The default SDK used for Robolectric tests */
public static final int ROBOLECTRIC_SDK = 18;
public static final int ROBOLECTRIC_SDK = 19;
}

0 comments on commit fd96de2

Please sign in to comment.