Skip to content

Commit

Permalink
Merge branch 'compat-with-jitpack'
Browse files Browse the repository at this point in the history
  • Loading branch information
yjfnypeu committed Oct 24, 2018
2 parents ea4acb8 + f3b5129 commit 7574b34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion router-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ dependencies {
api project(':router-anno')
compileOnly 'com.github.yjfnypeu.Parceler:api:1.3.9'
compileOnly 'com.android.support:support-v4:28.0.0'
}
}

apply from: '../javadoc.gradle'
1 change: 1 addition & 0 deletions router-compiler/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
2 changes: 2 additions & 0 deletions router-host/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
api project(':router-api')
}

apply from: '../javadoc.gradle'

0 comments on commit 7574b34

Please sign in to comment.