mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +00:00
Set targetSdkVersion of main demo app back to 29
#minor-release PiperOrigin-RevId: 486969194
This commit is contained in:
parent
61471474c7
commit
c40cee67da
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ project.ext {
|
|||
releaseVersionCode = 1_000_000_1_02
|
||||
minSdkVersion = 16
|
||||
appTargetSdkVersion = 33
|
||||
// API version before restricting local file access.
|
||||
// https://developer.android.com/training/data-storage/app-specific
|
||||
mainDemoAppTargetSdkVersion = 29
|
||||
// Upgrading this requires [Internal ref: b/193254928] to be fixed, or some
|
||||
// additional robolectric config.
|
||||
targetSdkVersion = 30
|
||||
|
|
|
|||
Loading…
Reference in a new issue