diff --git a/library/dash/build.gradle b/library/dash/build.gradle index a9a5550219..e608181fab 100644 --- a/library/dash/build.gradle +++ b/library/dash/build.gradle @@ -38,6 +38,7 @@ android { dependencies { compile project(':library-core') compile 'com.android.support:support-annotations:25.2.0' + compile 'com.android.support:support-core-utils:25.2.0' androidTestCompile 'com.google.dexmaker:dexmaker:1.2' androidTestCompile 'com.google.dexmaker:dexmaker-mockito:1.2' androidTestCompile 'org.mockito:mockito-core:1.9.5'