File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ The first demo shows the basic usage of the library. The second one shows the wa
44
44
** 1、build.gradle**
45
45
```` gradle
46
46
// appcompat-v7 is required
47
- compile 'me.yokeyword:fragmentation:1.1.3 '
47
+ compile 'me.yokeyword:fragmentation:1.1.4 '
48
48
49
49
// If you don't want to extends SupportActivity/Fragment and would like to customize your own support, just rely on fragmentation-core
50
- // compile 'me.yokeyword:fragmentation-core:1.1.3 '
50
+ // compile 'me.yokeyword:fragmentation-core:1.1.4 '
51
51
52
52
// To get SwipeBack feature, rely on both fragmentation & fragmentation-swipeback
53
- compile 'me.yokeyword:fragmentation:1.1.3 '
53
+ compile 'me.yokeyword:fragmentation:1.1.4 '
54
54
// Swipeback is based on fragmentation. Refer to SwipeBackActivity/Fragment for your Customized SupportActivity/Fragment
55
- compile 'me.yokeyword:fragmentation-swipeback:1.1.3 '
55
+ compile 'me.yokeyword:fragmentation-swipeback:1.1.4 '
56
56
````
57
57
58
58
** 2、 Activity extends SupportActivity**
Original file line number Diff line number Diff line change @@ -50,15 +50,15 @@ A powerful library that manage Fragment for Android!
50
50
** 1. 项目下app的build.gradle中依赖:**
51
51
```` gradle
52
52
// appcompat-v7包是必须的
53
- compile 'me.yokeyword:fragmentation:1.1.3 '
53
+ compile 'me.yokeyword:fragmentation:1.1.4 '
54
54
55
55
// 如果不想继承SupportActivity/Fragment,自己定制Support,可仅依赖:
56
- // compile 'me.yokeyword:fragmentation-core:1.1.3 '
56
+ // compile 'me.yokeyword:fragmentation-core:1.1.4 '
57
57
58
58
// 如果想使用SwipeBack 滑动边缘退出Fragment/Activity功能,完整的添加规则如下:
59
- compile 'me.yokeyword:fragmentation:1.1.3 '
59
+ compile 'me.yokeyword:fragmentation:1.1.4 '
60
60
// swipeback基于fragmentation, 如果是自定制SupportActivity/Fragment,则参照SwipeBackActivity/Fragment实现即可
61
- compile 'me.yokeyword:fragmentation-swipeback:1.1.3 '
61
+ compile 'me.yokeyword:fragmentation-swipeback:1.1.4 '
62
62
````
63
63
64
64
** 2. Activity继承SupportActivity:**
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ Activity内Fragment数大于1时,滑动返回的是Fragment,否则滑动返
10
10
1、项目下app的build.gradle中依赖:
11
11
```` gradle
12
12
// appcompat v7包是必须的
13
- compile 'me.yokeyword:fragmentation:1.1.3 '
14
- compile 'me.yokeyword:fragmentation-swipeback:1.1.3 '
13
+ compile 'me.yokeyword:fragmentation:1.1.4 '
14
+ compile 'me.yokeyword:fragmentation-swipeback:1.1.4 '
15
15
````
16
16
2、如果Activity也需要支持SwipeBack,则继承SwipeBackActivity:
17
17
```` java
You can’t perform that action at this time.
0 commit comments