Fix multidex issue with image editor sample app.
This commit is contained in:
parent
4eb2f16ef1
commit
22688789d2
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ android {
|
||||||
applicationId "org.signal.imageeditor.app"
|
applicationId "org.signal.imageeditor.app"
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "1.0"
|
versionName "1.0"
|
||||||
|
multiDexEnabled true
|
||||||
|
|
||||||
minSdk MINIMUM_SDK
|
minSdk MINIMUM_SDK
|
||||||
targetSdk TARGET_SDK
|
targetSdk TARGET_SDK
|
||||||
|
|
Loading…
Add table
Reference in a new issue