Skip to content

Commit

Permalink
Merge pull request #5 from aizuzi/dev
Browse files Browse the repository at this point in the history
修改依赖方式
  • Loading branch information
aizuzi committed Jul 27, 2018
2 parents 355d3c3 + 990a5de commit 774ff67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ buildscript {
allprojects {
repositories {
mavenCentral()
maven { url "https://jitpack.io" }
google()
jcenter()
}
Expand Down
6 changes: 4 additions & 2 deletions fastadapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ android {
versionName "1.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
javaCompileOptions { annotationProcessorOptions { includeCompileClasspath = true } }
}

buildTypes {
Expand All @@ -28,7 +27,10 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:recyclerview-v7:27.1.1'
api project(':fastadapter_processor')
implementation 'com.github.aizuzi.FastAdapter:fastadapter_processor:0.1.6'
annotationProcessor 'com.github.aizuzi.FastAdapter:fastadapter_processor:0.1.6'
// api project(':fastadapter_processor')
// annotationProcessor project(':fastadapter_processor')

testImplementation 'junit:junit:4.12'
// androidTestImplementation 'com.android.support.test:runner:1.0.1'
Expand Down

0 comments on commit 774ff67

Please sign in to comment.