mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Set targetSdkVersion of main demo app to 29
#minor-release
PiperOrigin-RevId: 487479366
(cherry picked from commit 40c6c43197)
This commit is contained in:
parent
cfbcf2c86c
commit
afb0f12fa4
1 changed files with 3 additions and 1 deletions
|
|
@ -26,7 +26,9 @@ android {
|
|||
versionName project.ext.releaseVersion
|
||||
versionCode project.ext.releaseVersionCode
|
||||
minSdkVersion project.ext.minSdkVersion
|
||||
targetSdkVersion project.ext.appTargetSdkVersion
|
||||
// Not using appTargetSDKVersion to allow local file access on API 29
|
||||
// and higher [Internal ref: b/191644662]
|
||||
targetSdkVersion project.ext.mainDemoAppTargetSdkVersion
|
||||
multiDexEnabled true
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue