Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyJayce committed Nov 7, 2018
1 parent f78205a commit a079a5f
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.3'
compile 'com.shizhefei:CoolRefreshView:1.0.4'
由于用到了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 14
targetSdkVersion 28
versionCode 4
versionName "1.0.3"
versionCode 5
versionName "1.0.4"
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.3'//版本号
publishVersion = '1.0.4'//版本号
desc = 'android RefreshView ,support all view'//描述,不重要
website = 'https://github.com/LuckyJayce/CoolRefreshView'
//网站,不重要;尽量模拟github上的地址,例如我这样的;当然你有地址最好了
Expand Down

0 comments on commit a079a5f

Please sign in to comment.