Skip to content

Commit

Permalink
Support new-style plugin declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Aug 8, 2014
1 parent e45877a commit 5e4250f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ buildscript {
}
}
apply plugin: 'android'
apply plugin: 'hugo'
apply plugin: 'com.android.application'
apply plugin: 'com.jakewharton.hugo'
```


Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
implementation-class=hugo.weaving.plugin.HugoPlugin

0 comments on commit 5e4250f

Please sign in to comment.