mirror of
https://github.com/samsonjs/media.git
synced 2026-04-10 12:05:47 +00:00
Downgrade targetSdkVersion to 30
PiperOrigin-RevId: 388437245
This commit is contained in:
parent
8cddd4d80d
commit
cc8f4dcc6b
1 changed files 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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue