zendesk / react-native-sunshine-conversations

React Native wrapper for Smooch.io
MIT License
36 stars 26 forks source link

Problem with com.android.support:appcompat-v7:26.0.2 #40

Closed arseneHuot closed 6 years ago

arseneHuot commented 6 years ago

Hi guys, You've just updated your smooch Android SDK and upgrade to compilation SDK 26. The problem is your react native bridge is not up to date and the gradle file is still in 24. You should not add in dependencies automatically the latest release compile 'io.smooch:ui:latest.release' It would be better to work with a specific version to avoid these kind of errors

wmora commented 6 years ago

We released version 1.0.0 of this lib to support our latest SDK releases. We also removed the latest.release notation for our Android dependencies. Instead, we'll support our current major version like we do for iOS.

Please note that this update introduces breaking changes. For more information refer to the README or see the release notes for each SDK: