GCX-HCI / ThirtyInch

a MVP library for Android favoring a stateful Presenter
Apache License 2.0
1.03k stars 101 forks source link

Plugin module not available with version 0.9.5 #191

Closed RiccardoM closed 5 years ago

RiccardoM commented 5 years ago

With the latest 0.9.5 release, the plugin module has disappeared from Maven (https://bintray.com/grandcentrix/maven/ThirtyInch/0.9.5#files/net%2Fgrandcentrix%2Fthirtyinch%2Fthirtyinch-plugin), and can no longer be used.

I'm not sure whether this change was planned or it's a build error, but if it was planned how can be replace the TiFragmentPlugin and TiActivityPlugin we used till now?

Thanks for everything!

StefMa commented 5 years ago

We removed the plugin support in https://github.com/grandcentrix/ThirtyInch/pull/168

This change was planned and currently there is no direct replacement for the XPlugin stuff. You should replace everything with a TiActivity and TiFragment...

Or are there other recommendations @passsy ?

passsy commented 5 years ago

Correct!