Pushwoosh / pushwoosh-phonegap-plugin

Pushwoosh PhoneGap Build Plugin
Other
109 stars 139 forks source link

Make Android library version configurable #296

Closed alexlopezit closed 5 years ago

alexlopezit commented 5 years ago

Other plugins may also require Android Support libraries using different versions that may cause Android crashes.

Would it be possible to make the version configurable so that users can unify the versions across plugins?

E.g. `

`

wfhm commented 5 years ago

@alexlopezit Hey,

Right now Android support v26 is a minimal required version to work with Android Oreo, and 27 version is required for the Inbox feature. We are already working on moving pushwoosh-inbox out of the main package to lower requirements on Support libs and API level, however using 26+ will still be mandatory.

Assuming said above, do you think it will solve your issue?

alexlopezit commented 5 years ago

Perhaps, and thanks for the clarification