File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
49491、解决多点触控问题
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````
Original file line number Diff line number Diff 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````
You can’t perform that action at this time.
0 commit comments