Commit f4e0339e by christosts Committed by Ian Baker

Upgrade compileSdkVersion to 32 (Android 12L)

PiperOrigin-RevId: 441424063
parent 304d579e
Showing with 1 additions and 1 deletions
...@@ -20,7 +20,7 @@ project.ext { ...@@ -20,7 +20,7 @@ project.ext {
// Upgrading this requires [Internal ref: b/193254928] to be fixed, or some // Upgrading this requires [Internal ref: b/193254928] to be fixed, or some
// additional robolectric config. // additional robolectric config.
targetSdkVersion = 30 targetSdkVersion = 30
compileSdkVersion = 31 compileSdkVersion = 32
dexmakerVersion = '2.28.1' dexmakerVersion = '2.28.1'
junitVersion = '4.13.2' junitVersion = '4.13.2'
// Use the same Guava version as the Android repo: // Use the same Guava version as the Android repo:
......
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