diff --git a/chrome-tabs/build.gradle b/chrome-tabs/build.gradle index e41b7bd..dc7d5ab 100755 --- a/chrome-tabs/build.gradle +++ b/chrome-tabs/build.gradle @@ -22,7 +22,7 @@ android { } dependencies { - compile 'com.github.michael-rapp:android-util:1.15.0' + api 'com.github.michael-rapp:android-util:1.15.0' implementation rootProject.ext.deps["annotations"] implementation rootProject.ext.deps["appcompat-v7"] testImplementation rootProject.ext.deps["junit"]