Skip to content

Commit

Permalink
Downgrade targetSdkVersion to 30
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 388437245
  • Loading branch information
ojw28 authored and andrewlewis committed Aug 3, 2021
1 parent 8cddd4d commit cc8f4dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion constants.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ project.ext {
releaseVersionCode = 2014002
minSdkVersion = 16
appTargetSdkVersion = 29
targetSdkVersion = 31
// Upgrading this requires [Internal ref: b/162763326] to be fixed, or some
// additional robolectric config.
targetSdkVersion = 30
compileSdkVersion = 31
dexmakerVersion = '2.28.1'
junitVersion = '4.13.2'
Expand Down

0 comments on commit cc8f4dc

Please sign in to comment.