mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix constants.gradle bug ref
PiperOrigin-RevId: 389579365
This commit is contained in:
parent
be19624a20
commit
eb74856c57
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue