launchdarkly / react-native-client-sdk

LaunchDarkly Client-side SDK for React Native
Other
47 stars 32 forks source link

[Android] Update build.gradle for react-native 0.71.3 support #194

Closed denissb closed 1 year ago

denissb commented 1 year ago

Removing workaround for maven package resolution

Related issues

Please see this github issue for reference

Describe the solution you've provided

I am removing local package resolution since now the native android files for react-native are hosted on maven repositories. This might break compatibility with older React Native versions, but I don't see another way around it.

yusinto commented 1 year ago

This has been fixed in 7.1.1. Thank you for your contributions @denissb !

MohammedArsh commented 1 year ago

@yusinto can you be more specific like what has to be done, because even I am facing issues after upgrading from react native 0.68.2 to 0.71.4. this issue is like Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.

Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'. Could not find com.facebook.react:react-android:. Required by: project :app Could not find com.facebook.react:hermes-android:. Required by: project :app