Skip to content

Commit

Permalink
Merge pull request #7 from aizuzi/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
aizuzi authored Jul 29, 2018
2 parents 9f40be1 + a298c58 commit b8ffbd1
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
*.iml
.gradle
.idea
/local.properties
/.idea/libraries
/.idea/modules.xml
Expand Down
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +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 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
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.0'
classpath 'com.android.tools.build:gradle:3.1.3'


classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
Expand Down
2 changes: 1 addition & 1 deletion fastadapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:recyclerview-v7:27.1.1'
api 'com.github.aizuzi.FastAdapter:fastadapter_processor:0.1.7+'
// api 'com.github.aizuzi.FastAdapter:fastadapter_processor:0.1.7+'
// api project(':fastadapter_processor')

testImplementation 'junit:junit:4.12'
Expand Down
1 change: 1 addition & 0 deletions fastadapter_processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies {
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')

}

Expand Down

0 comments on commit b8ffbd1

Please sign in to comment.