Skip to content

Commit

Permalink
remove compile myself
Browse files Browse the repository at this point in the history
  • Loading branch information
achellies committed Jan 12, 2018
1 parent b80b1ae commit 1949ef7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ class GradlePlugin implements org.gradle.api.Plugin<Project> {
throw new ProjectConfigurationException("Plugin requires the 'com.android.tools.build:gradle' version 2.2.0 or above to be configured.", null);
}

project.dependencies {
compile 'com.meituan.android.walle:library:' + getVersion()
}
// project.dependencies {
// compile 'com.meituan.android.walle:library:' + getVersion()
// }

applyExtension(project);

Expand Down

0 comments on commit 1949ef7

Please sign in to comment.