From eb74856c573b21a358ce3a7c1246d05a9a7d2bdd Mon Sep 17 00:00:00 2001 From: olly Date: Mon, 9 Aug 2021 09:39:07 +0100 Subject: [PATCH] Fix constants.gradle bug ref PiperOrigin-RevId: 389579365 --- constants.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.gradle b/constants.gradle index b46d0b82ca..3755fc2779 100644 --- a/constants.gradle +++ b/constants.gradle @@ -17,7 +17,7 @@ project.ext { releaseVersionCode = 2014002 minSdkVersion = 16 appTargetSdkVersion = 29 - // Upgrading this requires [Internal ref: b/162763326] to be fixed, or some + // Upgrading this requires [Internal ref: b/193254928] to be fixed, or some // additional robolectric config. targetSdkVersion = 30 compileSdkVersion = 31