diff --git a/hugo-runtime/build.gradle b/hugo-runtime/build.gradle index b108100..4fce693 100644 --- a/hugo-runtime/build.gradle +++ b/hugo-runtime/build.gradle @@ -6,10 +6,10 @@ apply plugin: 'com.android.library' apply plugin: 'com.github.dcendents.android-maven' dependencies { - compile 'org.aspectj:aspectjrt:1.8.6' - compile project(':hugo-annotations') + implementation 'org.aspectj:aspectjrt:1.8.6' + implementation project(':hugo-annotations') - testCompile 'junit:junit:4.12' + testImplementation 'junit:junit:4.12' } android {