File tree Expand file tree Collapse file tree 4 files changed +8
-10
lines changed
Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -96,11 +96,9 @@ dependencies {
9696
9797```
9898## Other 其它
99-
100- ```
101- 依赖内包含重写的ContentScrollView与ContentListView
102- 可在ScrollLayout里面里面使用ViewPager等功能,配合使用效果更佳
103- ```
99+ 依赖内包含重写的ContentScrollView与ContentListView
100+ 可在ScrollLayout里面里面使用ViewPager等功能,配合使用效果更佳。
101+ 感谢[ Ted] ( https://github.com/xiongwei-git ) 的库给的方向。
104102
105103## LICENSE 开源协议
106104
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 24
5- buildToolsVersion " 24 .0.1 "
4+ compileSdkVersion 25
5+ buildToolsVersion " 25 .0.0 "
66
77 defaultConfig {
88 applicationId " com.yinglan.scrolllayout.demo"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:2.2.2 '
8+ classpath ' com.android.tools.build:gradle:2.3.3 '
99
1010 // NOTE: Do not place your application dependencies here; they belong
1111 // in the individual module build.gradle files
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33android {
4- compileSdkVersion 24
5- buildToolsVersion " 24 .0.1 "
4+ compileSdkVersion 25
5+ buildToolsVersion " 25 .0.0 "
66
77 defaultConfig {
88 minSdkVersion 14
You can’t perform that action at this time.
0 commit comments