Closed nicholasc closed 6 years ago
Hi,
pushwoosh-react-native-plugin specifies compile "com.android.support:design:26.+"
(and other parts of Android Support library). It looks like there is another plugin in your project which requires a different version (most likely, 27.+), so could you please check other third party plugins whether they also use it? As a temporary workaround, you can try locally editing plugin's build.gradle to have similar versions of Android Support lib across all your plugins.
I don't have a plugin that uses com.android.support:design
except for pushwoosh-react-native-plugin. However, changing the version from 26.+ to 27.+ in pushwoosh-react-native-plugin build.gradle worked for me.
I updated to the most recent version and whenever the Pushwoosh plugin is present I get this compilation error on Android:
iOS works fine. No matter what version of the play service & firebase I use to compile, it systematically fails.