Commit 16e560e zsy
committed
1 parent e0ca38e commit 16e560e Copy full SHA for 16e560e
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ CoolRefreshView
10
10
###7 .导入方式
11
11
<1>gradle导入
12
12
13
- compile 'com.shizhefei:CoolRefreshView:1.0.1 '
13
+ compile 'com.shizhefei:CoolRefreshView:1.0.2 '
14
14
由于用到了v4和recyclerview所以也要导入他们
15
15
compile 'com.android.support:support-v4:23.4.0'
16
16
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
defaultConfig {
8
8
minSdkVersion 9
9
9
targetSdkVersion 25
10
- versionCode 2
11
- versionName " 1.0.1 "
10
+ versionCode 3
11
+ versionName " 1.0.2 "
12
12
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
13
13
14
14
}
@@ -36,7 +36,7 @@ publish {
36
36
userOrg = ' luckyjayce' // bintray.com用户名
37
37
groupId = ' com.shizhefei' // jcenter上的路径
38
38
artifactId = ' CoolRefreshView' // 项目名称
39
- publishVersion = ' 1.0.1 ' // 版本号
39
+ publishVersion = ' 1.0.2 ' // 版本号
40
40
desc = ' android RefreshView ,support all view' // 描述,不重要
41
41
website = ' https://github.com/LuckyJayce/CoolRefreshView' // 网站,不重要;尽量模拟github上的地址,例如我这样的;当然你有地址最好了
42
42
}
You can’t perform that action at this time.
0 commit comments