Commit cc8f4dcc by olly Committed by Andrew Lewis

Downgrade targetSdkVersion to 30

PiperOrigin-RevId: 388437245
parent 8cddd4d8
Showing with 3 additions and 1 deletions
......@@ -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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment