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
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
|
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