From d152fc2ac1260ed6aa92dd5e79e8d8a1d2774b2c Mon Sep 17 00:00:00 2001 From: christosts Date: Wed, 13 Apr 2022 10:55:53 +0100 Subject: [PATCH] Upgrade compileSdkVersion to 32 (Android 12L) PiperOrigin-RevId: 441424063 --- constants.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.gradle b/constants.gradle index d016c32571..5545b5f4ab 100644 --- a/constants.gradle +++ b/constants.gradle @@ -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: