mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Enable multidex for demo-gl app
#minor-release
PiperOrigin-RevId: 523708424
(cherry picked from commit 81fd9d2867)
This commit is contained in:
parent
eb322b7c2e
commit
1076756d1c
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ android {
|
|||
versionCode project.ext.releaseVersionCode
|
||||
minSdkVersion project.ext.minSdkVersion
|
||||
targetSdkVersion project.ext.appTargetSdkVersion
|
||||
multiDexEnabled true
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
|
|
|||
Loading…
Reference in a new issue