We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 699e349 + 7d3f2ef commit 370cfd4Copy full SHA for 370cfd4
README.md
@@ -1,4 +1,16 @@
1
2
+ Beta 版本已经开放测试咯,引入办法:
3
+
4
+ 1.
5
+ allprojects {
6
+ repositories {
7
+ maven { url 'https://jitpack.io' }
8
+ }
9
10
11
+ 2.
12
+ implementation 'com.github.Liam6666:FragmentationX:1.0.0-beta01'
13
14
这个库与 YoKeyword/Fragmentation 的非常相似,用法也大致相同,我之前一直使用,遗憾的是作者忙于工作很久没有更新了,无奈只能自己动手做一个。
15
借鉴YoKeyword/Fragmentation的同时呢,我也加入了自己的一些想法,扩展了易用性,代码结构简单,通俗易懂。
16
0 commit comments