Skip to content

Commit fd69fa1

Browse files
committed
Update to 1.1.4
1 parent ad566e9 commit fd69fa1

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ The first demo shows the basic usage of the library. The second one shows the wa
4444
**1、build.gradle**
4545
````gradle
4646
// appcompat-v7 is required
47-
compile 'me.yokeyword:fragmentation:1.1.3'
47+
compile 'me.yokeyword:fragmentation:1.1.4'
4848
4949
// 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'
5151
5252
// 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'
5454
// 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'
5656
````
5757

5858
**2、 Activity extends SupportActivity**

README_CN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ A powerful library that manage Fragment for Android!
5050
**1. 项目下app的build.gradle中依赖:**
5151
````gradle
5252
// appcompat-v7包是必须的
53-
compile 'me.yokeyword:fragmentation:1.1.3'
53+
compile 'me.yokeyword:fragmentation:1.1.4'
5454
5555
// 如果不想继承SupportActivity/Fragment,自己定制Support,可仅依赖:
56-
// compile 'me.yokeyword:fragmentation-core:1.1.3'
56+
// compile 'me.yokeyword:fragmentation-core:1.1.4'
5757
5858
// 如果想使用SwipeBack 滑动边缘退出Fragment/Activity功能,完整的添加规则如下:
59-
compile 'me.yokeyword:fragmentation:1.1.3'
59+
compile 'me.yokeyword:fragmentation:1.1.4'
6060
// swipeback基于fragmentation, 如果是自定制SupportActivity/Fragment,则参照SwipeBackActivity/Fragment实现即可
61-
compile 'me.yokeyword:fragmentation-swipeback:1.1.3'
61+
compile 'me.yokeyword:fragmentation-swipeback:1.1.4'
6262
````
6363

6464
**2. Activity继承SupportActivity:**

fragmentation_swipeback/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Activity内Fragment数大于1时,滑动返回的是Fragment,否则滑动返
1010
1、项目下app的build.gradle中依赖:
1111
````gradle
1212
// 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'
1515
````
1616
2、如果Activity也需要支持SwipeBack,则继承SwipeBackActivity:
1717
````java

0 commit comments

Comments
 (0)