Skip to content

Commit 420ab93

Browse files
committed
update gradle
1 parent b7249fd commit 420ab93

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apply plugin: 'com.android.application'
22

33
android {
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"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

scrolllayout/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 24
5-
buildToolsVersion "24.0.1"
4+
compileSdkVersion 25
5+
buildToolsVersion "25.0.0"
66

77
defaultConfig {
88
minSdkVersion 14

0 commit comments

Comments
 (0)