-
Notifications
You must be signed in to change notification settings - Fork 628
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
13afdf2
commit 5e07692
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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的时候才会去创建你自己的 | |
有什么建议可以发到我的邮箱 [email protected] | ||
|
||
## 版本更新 ## | ||
1.1.2 | ||
|
||
修复LazyFragment 的 onCreateViewLazy(Bundle savedInstanceState) 避免获取不到savedInstanceState | ||
1.1.1 | ||
|
||
修复BannerComponent 的adapter的count为0 的bug | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters