Skip to content

Commit

Permalink
完成0.0.1版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Asia committed Aug 26, 2016
1 parent 057ac68 commit 2ef536f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 36 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ repositories {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile project(':recycler')
compile (name: 'log-release', ext: 'aar')
compile 'com.android.support:appcompat-v7:23.4.0'
}
compile 'net.devwiki.log:log:0.0.1'
compile 'com.android.support:appcompat-v7:23.3.0'
}
Binary file removed app/libs/log-release.aar
Binary file not shown.

This file was deleted.

8 changes: 2 additions & 6 deletions recycler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,8 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:recyclerview-v7:23.4.0'
compile 'com.android.support:support-vector-drawable:23.4.0'
compile 'com.android.support:animated-vector-drawable:23.4.0'
compile 'com.android.support:support-annotations:23.4.0'
compile 'com.android.support:support-v4:23.4.0'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:recyclerview-v7:23.3.0'
compile 'com.android.support:support-annotations:23.3.0'
}

apply from: '../installv1.gradle'
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public final BaseHolder onCreateViewHolder(ViewGroup parent, int viewType) {
* 创建自定义的ViewHolder
*
* @param parent 父类容器
* @param viewType view类型{@link #getItemViewType(int)}
* @param viewType view类型
* @return ViewHolder
*/
public abstract VH createCustomViewHolder(ViewGroup parent, int viewType);
Expand Down

0 comments on commit 2ef536f

Please sign in to comment.