diff --git a/app/build.gradle b/app/build.gradle index d92b3f2..3ff42ed 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,5 +78,5 @@ testCompile 'junit:junit:4.12' compile "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}" compile 'com.android.support:design:25.3.1' - compile 'com.android.support:multidex:1.0.2' + compile 'com.android.support:multidex:1.0.1' }