We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25eba75 commit 0f8743bCopy full SHA for 0f8743b
plugin/src/main/groovy/top/niunaijun/blackobfuscator/ObfPlugin.groovy
@@ -15,7 +15,7 @@ public class ObfPlugin implements Plugin<Project> {
15
void apply(Project project) {
16
this.mProject = project
17
def android = project.extensions.findByType(AppExtension)
18
- project.configurations.create(PLUGIN_NAME).extendsFrom(project.configurations.compile)
+ project.configurations.create(PLUGIN_NAME).extendsFrom(project.configurations.implementation)
19
sObfuscatorExtension = project.extensions.create(PLUGIN_NAME, BlackObfuscatorExtension, project)
20
21
project.afterEvaluate {
0 commit comments