Skip to content

Commit 63563d9

Browse files
committed
Update to 0.9.3
1 parent addc51a commit 63563d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ A powerful library that manage Fragment for Android!
4444
# 重大更新日志
4545
### 0.9.X 来了! [详情点这里](https://github.com/YoKeyword/Fragmentation/wiki/Home)
4646

47-
New: **v0.9.2: Fix `onLazyInitView()`在ViewPager的调用时机**
47+
New: **v0.9.3:(0.9.1-0.9.3) Fix `onLazyInitView()`完全兼容ViewPager**
4848

4949
1、解决多点触控问题
5050

@@ -71,7 +71,7 @@ New: **v0.9.2: Fix `onLazyInitView()`在ViewPager的调用时机**
7171
**1. 项目下app的build.gradle中依赖:**
7272
````gradle
7373
// appcompat v7包是必须的
74-
compile 'me.yokeyword:fragmentation:0.9.2'
74+
compile 'me.yokeyword:fragmentation:0.9.3'
7575
// 如果想使用SwipeBack 滑动边缘退出Fragment/Activity功能,请再添加下面的库
7676
// compile 'me.yokeyword:fragmentation-swipeback:0.7.9'
7777
````

README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ New: **v0.9.2: Fix `initLazyView()` callback timing in the ViewPager scene.**
6565
**1. Add dependency in build.gradle file of your app module:**
6666
````gradle
6767
// appcompat v7 library is needed
68-
compile 'me.yokeyword:fragmentation:0.9.2'
68+
compile 'me.yokeyword:fragmentation:0.9.3'
6969
//If you want to integrate SwipeBack to exist Framgent/Activity feature, please also add this library
7070
// compile 'me.yokeyword:fragmentation-swipeback:0.7.9'
7171
````

0 commit comments

Comments
 (0)