diff --git a/library/hls/build.gradle b/library/hls/build.gradle index 77680569f0..c870c3d162 100644 --- a/library/hls/build.gradle +++ b/library/hls/build.gradle @@ -33,6 +33,7 @@ android { dependencies { compile project(modulePrefix + 'library-core') compile 'com.android.support:support-annotations:' + supportLibraryVersion + androidTestCompile project(':testutils') androidTestCompile 'com.google.dexmaker:dexmaker:' + dexmakerVersion androidTestCompile 'com.google.dexmaker:dexmaker-mockito:' + dexmakerVersion androidTestCompile 'org.mockito:mockito-core:' + mockitoVersion