Skip to content

Commit

Permalink
修改仓库依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
ggh authored and ggh committed Dec 4, 2017
1 parent d9839f2 commit 5bc0529
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
implementation project(':bindadapter-annotation')
// compile 'com.github.xmtggh:BindAdapter:1.0.0'
implementation project(':bindadapter-api')
annotationProcessor project(':bindadapter-compiler')

}
1 change: 0 additions & 1 deletion app/src/main/java/com/ggh/adapter/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;

import com.bindview_api.*;
import com.example.BindAdapter;
import com.ggh.adapter.databinding.ActivityMainBinding;

Expand Down
5 changes: 3 additions & 2 deletions bindadapter-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ android {
}

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

compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:26.1.0'
compile 'com.android.support:design:26.1.0'
compile project(':bindadapter-annotation')

}
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io"}

}
}

Expand Down

0 comments on commit 5bc0529

Please sign in to comment.