Skip to content

Commit 16e560e

Browse files
author
zsy
committed
1.0.2
1 parent e0ca38e commit 16e560e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CoolRefreshView
1010
###7.导入方式
1111
<1>gradle导入
1212

13-
compile 'com.shizhefei:CoolRefreshView:1.0.1'
13+
compile 'com.shizhefei:CoolRefreshView:1.0.2'
1414
由于用到了v4和recyclerview所以也要导入他们
1515
compile 'com.android.support:support-v4:23.4.0'
1616

library/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 9
99
targetSdkVersion 25
10-
versionCode 2
11-
versionName "1.0.1"
10+
versionCode 3
11+
versionName "1.0.2"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313

1414
}
@@ -36,7 +36,7 @@ publish {
3636
userOrg = 'luckyjayce'//bintray.com用户名
3737
groupId = 'com.shizhefei'//jcenter上的路径
3838
artifactId = 'CoolRefreshView'//项目名称
39-
publishVersion = '1.0.1'//版本号
39+
publishVersion = '1.0.2'//版本号
4040
desc = 'android RefreshView ,support all view'//描述,不重要
4141
website = 'https://github.com/LuckyJayce/CoolRefreshView'//网站,不重要;尽量模拟github上的地址,例如我这样的;当然你有地址最好了
4242
}

0 commit comments

Comments
 (0)