diff --git a/materialhelptutorial/build.gradle b/materialhelptutorial/build.gradle index 9f492b3..c7609e3 100644 --- a/materialhelptutorial/build.gradle +++ b/materialhelptutorial/build.gradle @@ -30,11 +30,11 @@ dependencies { final SUPPORT_LIBRARY_VERSION = '27.0.2' compile fileTree(dir: 'libs', include: ['*.jar']) - testCompile 'junit:junit:4.12' - compile "com.android.support:appcompat-v7:$SUPPORT_LIBRARY_VERSION" - compile "com.android.support:percent:$SUPPORT_LIBRARY_VERSION" - compile "com.android.support:support-annotations:$SUPPORT_LIBRARY_VERSION" - compile 'com.github.bumptech.glide:glide:3.8.0' + testImplementation 'junit:junit:4.12' + Implementation "com.android.support:appcompat-v7:$SUPPORT_LIBRARY_VERSION" + Implementation "com.android.support:percent:$SUPPORT_LIBRARY_VERSION" + Implementation "com.android.support:support-annotations:$SUPPORT_LIBRARY_VERSION" + Implementation 'com.github.bumptech.glide:glide:3.8.0' }