Skip to content

Commit

Permalink
Update sdk version,
Browse files Browse the repository at this point in the history
  • Loading branch information
zhi1ong committed Oct 26, 2017
1 parent 03c5a0b commit eed3c6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions arouter-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ android {
}

dependencies {
annotationProcessor 'com.alibaba:arouter-compiler:1.0.3'
compile 'com.alibaba:arouter-annotation:1.0.3'
annotationProcessor 'com.alibaba:arouter-compiler:1.1.4'
compile 'com.alibaba:arouter-annotation:1.0.4'
compile "com.android.support:support-v4:${SUPPORT_LIB_VERSION}"
}

Expand Down
2 changes: 1 addition & 1 deletion arouter-compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ compileJava {
}

dependencies {
compile 'com.alibaba:arouter-annotation:1.0.3'
compile 'com.alibaba:arouter-annotation:1.0.4'

compile 'com.google.auto.service:auto-service:1.0-rc2'
compile 'com.squareup:javapoet:1.7.0'
Expand Down

0 comments on commit eed3c6c

Please sign in to comment.