mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +00:00
Upgrade compileSdkVersion to 32 (Android 12L)
PiperOrigin-RevId: 441424063
This commit is contained in:
parent
304d579e05
commit
f4e0339ed8
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ project.ext {
|
|||
// Upgrading this requires [Internal ref: b/193254928] to be fixed, or some
|
||||
// additional robolectric config.
|
||||
targetSdkVersion = 30
|
||||
compileSdkVersion = 31
|
||||
compileSdkVersion = 32
|
||||
dexmakerVersion = '2.28.1'
|
||||
junitVersion = '4.13.2'
|
||||
// Use the same Guava version as the Android repo:
|
||||
|
|
|
|||
Loading…
Reference in a new issue