YoKeyword / Fragmentation

[DEPRECATED] A powerful library that manage Fragment for Android
Apache License 2.0
9.72k stars 2.11k forks source link

集成androidx后好多飘红 #1137

Closed dary123 closed 5 years ago

dary123 commented 5 years ago

微信截图_20190613111526 使用的是androidx分支: // 如果想使用SwipeBack 滑动边缘退出Fragment/Activity功能,完整的添加规则如下: api 'me.yokeyword:fragmentationx:latest.release' // swipeback基于fragmentation, 如果是自定制SupportActivity/Fragment,则参照SwipeBackActivity/Fragment实现即可 api 'me.yokeyword:fragmentationx-swipeback:latest.release' // Activity作用域的EventBus,通信更安全 api 'me.yokeyword:eventbus-activity-scope:latest.release'

目前最新版是1.0.0

微信截图_20190613111505

zhupengxiang commented 5 years ago

我也有问题 ISupportfragment拿不到 导致的 我看里面是api 引用的fragment_core库

senthelazy commented 5 years ago

加 implementation 'me.yokeyword:fragmentationx-core:1.0.0' 试试

zhupengxiang commented 5 years ago

关键core是不给直接继承supportactivity用的

YoKeyword commented 5 years ago

依赖已经修复:

implementation 'me.yokeyword:fragmentationx:1.0.1'
implementation 'me.yokeyword:fragmentationx-swipeback:1.0.1'