From 5e0769208e4d2b5896c38b537dbcba701fec5471 Mon Sep 17 00:00:00 2001 From: LuckyJayce <794629068@qq.com> Date: Fri, 12 Aug 2016 12:43:53 +0800 Subject: [PATCH] 1.1.2 --- README.md | 5 ++++- library/build.gradle | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6f1b6b2..efa4021 100644 --- a/README.md +++ b/README.md @@ -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' @@ -221,6 +221,9 @@ Fragment继承该类实现 显示Framgment的时候才会去创建你自己的 有什么建议可以发到我的邮箱 794629068@qq.com ## 版本更新 ## +1.1.2 + + 修复LazyFragment 的 onCreateViewLazy(Bundle savedInstanceState) 避免获取不到savedInstanceState 1.1.1 修复BannerComponent 的adapter的count为0 的bug diff --git a/library/build.gradle b/library/build.gradle index 4e14bea..4ada9ee 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -7,8 +7,8 @@ android { defaultConfig { minSdkVersion 9 targetSdkVersion 23 - versionCode 12 - versionName "1.1.1" + versionCode 13 + versionName "1.1.2" } buildTypes { release { @@ -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" @@ -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上的地址,例如我这样的;当然你有地址最好了 } \ No newline at end of file