Skip to content

Commit bd26b38

Browse files
committed
Update to 0.7.8
1 parent e6ff1f4 commit bd26b38

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ A powerful library that manage Fragment for Android!
2222
&emsp;<img src="/gif/nested.gif" width="280px"/>
2323

2424
# 特性
25-
# FEATURES
2625

2726
1、**有效解决各种复杂嵌套、同级等Fragment重叠问题**
2827

@@ -64,9 +63,9 @@ A powerful library that manage Fragment for Android!
6463
**1. 项目下app的build.gradle中依赖:**
6564
````gradle
6665
// appcompat v7包是必须的
67-
compile 'me.yokeyword:fragmentation:0.7.7'
66+
compile 'me.yokeyword:fragmentation:0.7.8'
6867
// 如果想使用SwipeBack 滑动边缘退出Fragment/Activity功能,请再添加下面的库
69-
// compile 'me.yokeyword:fragmentation-swipeback:0.3.1'
68+
// compile 'me.yokeyword:fragmentation-swipeback:0.3.2'
7069
````
7170

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

README_EN.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,14 @@ NEW: 0.7.7 : onEnterAnimtionEnd() -> onEnterAnimtionEnd(Bundle savedInstanceStat
5050

5151
6、Added onBackPressedSupport() method
5252

53-
# 如何使用
5453
# How to use this llibrary
5554

5655
**1. Add dependency in build.gradle file of your app module:**
5756
````gradle
5857
// appcompat v7 library is needed
59-
compile 'me.yokeyword:fragmentation:0.7.7'
58+
compile 'me.yokeyword:fragmentation:0.7.8'
6059
//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'
6261
````
6362
**2. Your Activity should extend SupportActivity:**
6463
````java

0 commit comments

Comments
 (0)