Skip to content

Commit 5e07692

Browse files
committed
1.1.2
1 parent 13afdf2 commit 5e07692

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ViewPagerIndicator
1111
###7.导入方式
1212
<1>gradle导入
1313

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

223223
## 版本更新 ##
224+
1.1.2
225+
226+
修复LazyFragment 的 onCreateViewLazy(Bundle savedInstanceState) 避免获取不到savedInstanceState
224227
1.1.1
225228

226229
修复BannerComponent 的adapter的count为0 的bug

library/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 9
99
targetSdkVersion 23
10-
versionCode 12
11-
versionName "1.1.1"
10+
versionCode 13
11+
versionName "1.1.2"
1212
}
1313
buildTypes {
1414
release {
@@ -27,7 +27,7 @@ task buildJar(dependsOn: ['compileReleaseJavaWithJavac'], type: Jar) {
2727

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

0 commit comments

Comments
 (0)