From 8c1190a5a39a7762b82f1ae8f9a3ac46a47d0320 Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 14 Oct 2017 13:45:22 +0200 Subject: Use multi-dex support lib for old Android versions --- 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 dd14097..c79fca7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,6 +39,7 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) + compile 'com.android.support:multidex:1.0.1' compile 'com.android.support:appcompat-v7:25.4.0' compile 'com.android.support:design:25.4.0' compile 'com.android.support:support-v4:25.4.0' -- cgit v1.2.3