Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyJayce committed Aug 12, 2016
1 parent 13afdf2 commit 5e07692
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ViewPagerIndicator
###7.导入方式
<1>gradle导入

compile 'com.shizhefei:ViewPagerIndicator:1.1.1'
compile 'com.shizhefei:ViewPagerIndicator:1.1.2'
由于用到了v4和recyclerview所以也要导入他们
compile 'com.android.support:support-v4:23.4.0'
compile 'com.android.support:recyclerview-v7:23.2.1'
Expand Down Expand Up @@ -221,6 +221,9 @@ Fragment继承该类实现 显示Framgment的时候才会去创建你自己的
有什么建议可以发到我的邮箱 [email protected]

## 版本更新 ##
1.1.2

修复LazyFragment 的 onCreateViewLazy(Bundle savedInstanceState) 避免获取不到savedInstanceState
1.1.1

修复BannerComponent 的adapter的count为0 的bug
Expand Down
8 changes: 4 additions & 4 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 23
versionCode 12
versionName "1.1.1"
versionCode 13
versionName "1.1.2"
}
buildTypes {
release {
Expand All @@ -27,7 +27,7 @@ task buildJar(dependsOn: ['compileReleaseJavaWithJavac'], type: Jar) {

appendix = "demo"
baseName = "androidJar"
version = "1.0.0"
version = "1.1.2"
classifier = "release"
//后缀名
extension = "jar"
Expand Down Expand Up @@ -64,7 +64,7 @@ publish {
userOrg = 'luckyjayce'//bintray.com用户名
groupId = 'com.shizhefei'//jcenter上的路径
artifactId = 'ViewPagerIndicator'//项目名称
publishVersion = '1.1.1'//版本号
publishVersion = '1.1.2'//版本号
desc = '实现滑动tab,引导页等效果'//描述,不重要
website = 'https://github.com/LuckyJayce/ViewPagerIndicator'//网站,不重要;尽量模拟github上的地址,例如我这样的;当然你有地址最好了
}

0 comments on commit 5e07692

Please sign in to comment.