Enabling multidex in order to prevent compilation problem

master
Nelson R. Perez 2017-09-30 14:37:36 -05:00
parent 701aeb8b38
commit aa3036163c
1 changed files with 1 additions and 0 deletions

View File

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