From 2d5238d82b0caf5fa3d68b184248b1d8d58fe40e Mon Sep 17 00:00:00 2001 From: olly Date: Mon, 13 Jun 2022 11:37:38 +0000 Subject: [PATCH] Update compileSdkVersion to 33 PiperOrigin-RevId: 454573995 (cherry picked from commit 33caabbc4422a81efbc8e04bc9994ee870ea2d13) --- constants.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.gradle b/constants.gradle index b72c48b65c..abc8995fae 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 = 32 + compileSdkVersion = 33 dexmakerVersion = '2.28.1' junitVersion = '4.13.2' // Use the same Guava version as the Android repo: