File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ A powerful library that manage Fragment for Android!
22
22
&emsp ; <img src =" /gif/nested.gif " width =" 280px " />
23
23
24
24
# 特性
25
- # FEATURES
26
25
27
26
1、** 有效解决各种复杂嵌套、同级等Fragment重叠问题**
28
27
@@ -64,9 +63,9 @@ A powerful library that manage Fragment for Android!
64
63
** 1. 项目下app的build.gradle中依赖:**
65
64
```` gradle
66
65
// appcompat v7包是必须的
67
- compile 'me.yokeyword:fragmentation:0.7.7 '
66
+ compile 'me.yokeyword:fragmentation:0.7.8 '
68
67
// 如果想使用SwipeBack 滑动边缘退出Fragment/Activity功能,请再添加下面的库
69
- // compile 'me.yokeyword:fragmentation-swipeback:0.3.1 '
68
+ // compile 'me.yokeyword:fragmentation-swipeback:0.3.2 '
70
69
````
71
70
72
71
** 2. Activity继承SupportActivity:**
Original file line number Diff line number Diff line change @@ -50,15 +50,14 @@ NEW: 0.7.7 : onEnterAnimtionEnd() -> onEnterAnimtionEnd(Bundle savedInstanceStat
50
50
51
51
6、Added onBackPressedSupport() method
52
52
53
- # 如何使用
54
53
# How to use this llibrary
55
54
56
55
** 1. Add dependency in build.gradle file of your app module:**
57
56
```` gradle
58
57
// appcompat v7 library is needed
59
- compile 'me.yokeyword:fragmentation:0.7.7 '
58
+ compile 'me.yokeyword:fragmentation:0.7.8 '
60
59
//If you want to integrate SwipeBack to exist Framgent/Activity feature, please also add this library
61
- // compile 'me.yokeyword:fragmentation-swipeback:0.3.1 '
60
+ // compile 'me.yokeyword:fragmentation-swipeback:0.3.2 '
62
61
````
63
62
** 2. Your Activity should extend SupportActivity:**
64
63
```` java
You can’t perform that action at this time.
0 commit comments