JeremyLiao / LiveEventBus

:mailbox_with_mail:EventBus for Android,消息总线,基于LiveData,具有生命周期感知能力,支持Sticky,支持AndroidX,支持跨进程,支持跨APP
Apache License 2.0
3.83k stars 515 forks source link

androidx 使用稳定版本 #26

Open xuchengcan opened 5 years ago

xuchengcan commented 5 years ago

想使用androidx版本,结果发现是beta版 implementation "androidx.appcompat:appcompat:1.0.2"

JeremyLiao commented 5 years ago

已经fix:https://github.com/JeremyLiao/LiveEventBus/commit/fc18bbe93b6f8997916bedbac9ec07c90238aee7

gradle:implementation 'com.jeremyliao:live-event-bus-x:1.2.4'