Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin check should check for extensions too #41

Merged
merged 1 commit into from
Jul 23, 2014

Conversation

klynch
Copy link
Contributor

@klynch klynch commented Jul 23, 2014

It is possible to subclass the "android" and "android-library" plugins. Using "withType" instead of "hasPlugin" will match these plugins.

For example, the DexGuard plugin subclasses and replaces the android plugin but "hasPlugin" still returns false.

It is possible to subclass the "android" and "android-library" plugins.
Using "withType" instead of "hasPlugin" will match these plugins.
JakeWharton added a commit that referenced this pull request Jul 23, 2014
Plugin check should check for extensions too
@JakeWharton JakeWharton merged commit 210f8e4 into JakeWharton:master Jul 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants