mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Set targetSdkVersion of main demo app back to 29
#minor-release
PiperOrigin-RevId: 486969194
(cherry picked from commit c40cee67da)
This commit is contained in:
parent
9dfa32fe84
commit
54d724cf26
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ project.ext {
|
||||||
releaseVersionCode = 1_000_000_1_02
|
releaseVersionCode = 1_000_000_1_02
|
||||||
minSdkVersion = 16
|
minSdkVersion = 16
|
||||||
appTargetSdkVersion = 33
|
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
|
// Upgrading this requires [Internal ref: b/193254928] to be fixed, or some
|
||||||
// additional robolectric config.
|
// additional robolectric config.
|
||||||
targetSdkVersion = 30
|
targetSdkVersion = 30
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue