diff options
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
39 | dependencies { | 39 | dependencies { |
40 | compile fileTree(dir: 'libs', include: ['*.jar']) | 40 | compile fileTree(dir: 'libs', include: ['*.jar']) |
41 | 41 | ||
42 | compile 'com.android.support:multidex:1.0.1' | ||
42 | compile 'com.android.support:appcompat-v7:25.4.0' | 43 | compile 'com.android.support:appcompat-v7:25.4.0' |
43 | compile 'com.android.support:design:25.4.0' | 44 | compile 'com.android.support:design:25.4.0' |
44 | compile 'com.android.support:support-v4:25.4.0' | 45 | compile 'com.android.support:support-v4:25.4.0' |