diff --git a/sampleapp/build.gradle b/sampleapp/build.gradle index 6caf147..09ad526 100644 --- a/sampleapp/build.gradle +++ b/sampleapp/build.gradle @@ -20,7 +20,7 @@ android { } dependencies { - compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:27.1.1' - compile project(':library') + implementation fileTree(dir: 'libs', include: ['*.jar']) + implementation 'com.android.support:appcompat-v7:27.1.1' + implementation project(':library') }