Upgrade compileSdkVersion to 32 (Android 12L)

PiperOrigin-RevId: 441424063
This commit is contained in:
christosts 2022-04-13 10:55:53 +01:00 committed by Ian Baker
parent 85c09753ef
commit d152fc2ac1

View File

@ -19,7 +19,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: