diff --git a/library/rules.gradle b/library/rules.gradle index 766355e..b385cf5 100644 --- a/library/rules.gradle +++ b/library/rules.gradle @@ -71,8 +71,8 @@ dependencies { // deps = ['project-name': 'com.example.group:project-name:1.0.0'] // } // - platformDeprecatedCompile deps['support-annotations'] + platformDeprecatedImplementation deps['support-annotations'] - gingerbreadCompatCompile deps['support-appcompat-v7'] - gingerbreadCompatCompile deps['support-recyclerview-v7'] + gingerbreadCompatImplementation deps['support-appcompat-v7'] + gingerbreadCompatImplementation deps['support-recyclerview-v7'] }