Enabling multidex in order to prevent compilation problem

This commit is contained in:
Nelson R. Perez 2017-09-30 14:37:36 -05:00
parent 701aeb8b38
commit aa3036163c

View file

@ -16,6 +16,7 @@ android {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString()] arguments = ["room.schemaLocation": "$projectDir/schemas".toString()]
} }
} }
multiDexEnabled true
} }
buildTypes { buildTypes {
release { release {