thebergamo / react-native-fbsdk-next

MIT License
633 stars 165 forks source link

feat(android): RN-0.73 and Android Gradle Plugin 8.0 Compatibility Fix #485

Closed dishantwalia closed 3 months ago

dishantwalia commented 3 months ago

Test Plan: https://github.com/react-native-community/discussions-and-proposals/issues/671

React Native 0.73 will depend on Android Gradle Plugin (AGP) 8.x. This will require all the libraries to specify a namespace in their build.gradle file. We added a compatibility layer for libraries that haven't specified a namespace, but please consider updating your libraries nonetheless.

Screenshot 2024-01-20 at 5 46 18 PM
github-actions[bot] commented 3 months ago

:tada: This PR is included in version 12.1.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

ankitpunchh commented 3 months ago

Thank you for this change.