Commit eb74856c by olly Committed by Oliver Woodman

Fix constants.gradle bug ref

PiperOrigin-RevId: 389579365
parent be19624a
Showing with 1 additions and 1 deletions
...@@ -17,7 +17,7 @@ project.ext { ...@@ -17,7 +17,7 @@ project.ext {
releaseVersionCode = 2014002 releaseVersionCode = 2014002
minSdkVersion = 16 minSdkVersion = 16
appTargetSdkVersion = 29 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. // additional robolectric config.
targetSdkVersion = 30 targetSdkVersion = 30
compileSdkVersion = 31 compileSdkVersion = 31
......
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