mirror of
https://github.com/samsonjs/media.git
synced 2026-04-02 10:45:51 +00:00
Set targetSdkVersion of main demo app back to 29
#minor-release
PiperOrigin-RevId: 486969194
(cherry picked from commit 2172466528)
This commit is contained in:
parent
f3f2f93720
commit
f5acc9e783
1 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,9 @@ project.ext {
|
|||
releaseVersionCode = 2_018_001
|
||||
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