mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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
|
versionCode project.ext.releaseVersionCode
|
||||||
minSdkVersion project.ext.minSdkVersion
|
minSdkVersion project.ext.minSdkVersion
|
||||||
targetSdkVersion project.ext.appTargetSdkVersion
|
targetSdkVersion project.ext.appTargetSdkVersion
|
||||||
|
multiDexEnabled true
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue