Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry.guan committed Apr 25, 2017
1 parent e6fd5ff commit 1657370
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ioc-annotation/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'java'

apply plugin: 'com.github.dcendents.android-maven'
group='com.github.guanguoxiang'
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
}
Expand Down
3 changes: 2 additions & 1 deletion ioc-compiler/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'java'

apply plugin: 'com.github.dcendents.android-maven'
group='com.github.guanguoxiang'
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.google.auto.service:auto-service:1.0-rc2'
Expand Down

0 comments on commit 1657370

Please sign in to comment.