Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yjfnypeu committed Dec 9, 2016
1 parent 58030aa commit 9a79401
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions annotation/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
apply plugin: 'java'
apply plugin: 'com.novoda.bintray-release'//添加
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.haoge'
dependencies {
}

Expand Down
3 changes: 1 addition & 2 deletions compiler/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
apply plugin: 'java'
apply plugin: 'com.novoda.bintray-release'//添加
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.haoge'
dependencies {
compile 'com.squareup:javapoet:1.7.0'
compile project(':annotation')
compile 'org.lzh.compiler.parceler:parceler-anno:0.3'
}

sourceCompatibility = "1.7"
Expand Down
3 changes: 1 addition & 2 deletions routerlib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'bintray-release'//添加
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.haoge'

android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
Expand Down

0 comments on commit 9a79401

Please sign in to comment.