Skip to content

Commit

Permalink
完成 1.0.2 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
wsc committed Jul 22, 2017
1 parent 791ecb1 commit 8c3667f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ dependencies {
// compile 'com.android.support:support-vector-drawable:25.3.1'
// compile 'com.android.support:recyclerview-v7:25.3.1'
// compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.android.support:appcompat-v7:25.3.1'
// compile 'com.android.support:support-annotations:26.0.0-alpha1'
// compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:cardview-v7:25.3.1'
compile 'com.android.support:design:25.3.1'
compile 'com.flyco.roundview:FlycoRoundView_Lib:1.1.4@aar'
Expand All @@ -56,10 +57,9 @@ dependencies {
compile 'de.hdodenhof:circleimageview:2.1.0'
compile 'jp.wasabeef:recyclerview-animators:2.2.6'
compile 'pl.droidsonroids.gif:android-gif-drawable:1.2.3'
compile 'in.srain.cube:ultra-ptr:1.0.11'
compile 'com.github.cpoopc:scrollablelayoutlib:1.0.1'
// compile 'in.srain.cube:ultra-ptr:1.0.11'
// compile 'com.github.cpoopc:scrollablelayoutlib:1.0.1'
// compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.2-alpha-6'
// compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.2-alpha-6'
testCompile 'junit:junit:4.12'
compile 'com.android.support:support-annotations:26.0.0-alpha1'
}
2 changes: 1 addition & 1 deletion refresh-header/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
})
testCompile 'junit:junit:4.12'
// provided 'com.android.support:support-annotations:25.3.1'
provided 'com.android.support:support-v4:25.3.1'
provided 'com.android.support:support-compat:25.3.1'
provided project(':refresh-layout')
}

Expand Down
5 changes: 3 additions & 2 deletions refresh-layout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ dependencies {
})
testCompile 'junit:junit:4.12'
// provided 'com.android.support:support-annotations:25.3.1'
provided 'com.android.support:support-v4:25.3.1'
// provided 'com.android.support:support-v4:25.3.1'
// provided 'com.android.support:support-compat:25.3.1'
// provided 'com.android.support:recyclerview-v7:25.3.1'
provided 'com.android.support:design:25.3.1'
provided 'com.android.support:recyclerview-v7:25.3.1'
}

publish {
Expand Down

0 comments on commit 8c3667f

Please sign in to comment.