From 6cd010c331cfd98078e657bb8d1107651daca49e Mon Sep 17 00:00:00 2001 From: cyBerta Date: Wed, 7 Feb 2018 23:44:14 +0100 Subject: #8841 fixes multidex issue on Android devices with API < 20 --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index c909b70f..30575ee7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -118,6 +118,7 @@ dependencies { implementation 'com.android.support:design:27.0.2' implementation 'com.android.support:support-fragment:27.0.2' implementation 'com.android.support.constraint:constraint-layout:1.0.2' + implementation 'com.android.support:multidex:1.0.2' } // Ensure the no-op dependency is always used in JVM tests. -- cgit v1.2.3