Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zsy committed Aug 9, 2017
1 parent e0ca38e commit 16e560e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CoolRefreshView
###7.导入方式
<1>gradle导入

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

Expand Down
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 25
versionCode 2
versionName "1.0.1"
versionCode 3
versionName "1.0.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

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

0 comments on commit 16e560e

Please sign in to comment.