Skip to content

Commit

Permalink
Merge pull request #8 from aizuzi/dev
Browse files Browse the repository at this point in the history
修改项目的依赖方式
  • Loading branch information
aizuzi committed Jul 29, 2018
2 parents b8ffbd1 + afc9dbb commit 03aa149
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ dependencies {
implementation 'com.github.bumptech.glide:glide:4.7.1'
implementation project(':fastadapter')
annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1'
// annotationProcessor project(":fastadapter_processor")
annotationProcessor 'com.github.aizuzi.FastAdapter:fastadapter_processor:0.1.7+'
annotationProcessor project(":fastadapter_processor")
// annotationProcessor 'com.github.aizuzi.FastAdapter:fastadapter_processor:0.1.7+'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
Expand Down
6 changes: 3 additions & 3 deletions fastadapter_processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ apply plugin: 'com.github.dcendents.android-maven'
group='com.github.aizuzi'

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation fileTree(include: ['*.jar'], dir: 'libs')
// 用于生成Java文件的库
implementation 'com.squareup:javapoet:1.8.0'
implementation 'com.google.auto.service:auto-service:1.0-rc3'
implementation 'com.google.android:android:4.1.1.4'
api project(':fastadapter_processor')
// implementation project(':fastadapter')
api 'com.github.aizuzi.FastAdapter:fastadapter:0.1.7+'

}

Expand Down

0 comments on commit 03aa149

Please sign in to comment.