From aa3036163c09b6500c9c1ba37bc2420961f621ef Mon Sep 17 00:00:00 2001 From: "Nelson R. Perez" Date: Sat, 30 Sep 2017 14:37:36 -0500 Subject: [PATCH] Enabling multidex in order to prevent compilation problem --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index 34c1bfc..403a2dc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,6 +16,7 @@ android { arguments = ["room.schemaLocation": "$projectDir/schemas".toString()] } } + multiDexEnabled true } buildTypes { release {