react-native-android-inapp-updates
react-native-android-inapp-updates copied to clipboard
Fix Duplicate Class when combined with plugin `react-native-in-app-review` (#28)
trafficstars
Description
Dropping implementation in /andriod/build.graddle
implementation 'com.google.android.play:core:1.10.0'
Causes an error "Duplicate class com.google.android.play.core.common.IntentSenderForResultStarter" mentioned in #28
Test Plan
N/A
This PR works fine in my project, thanks!
Hi, @vozaldi thanks for the PR 👍
We will review this internally and fix this issue in the next version
I have used the latest update which already has fix for this PR