teslamotors / react-native-camera-kit

A high performance, easy to use, rock solid camera library for React Native apps.
MIT License
2.46k stars 585 forks source link

Add namespace to build.gradle for AGP > 7 #617

Closed stetbern closed 5 months ago

stetbern commented 10 months ago

React Native 0.73 will depend on Android Gradle Plugin (AGP) 8.x. See https://github.com/react-native-community/discussions-and-proposals/issues/671.

This will require all the libraries to specify a namespace in their build.gradle file. See AGP release notes https://developer.android.com/build/releases/past-releases/agp-8-0-0-release-notes#namespace-dsl

HollandMcQ2 commented 9 months ago

This change works for me 👍

scarlac commented 5 months ago

Thank you, @stetbern and @DavidBertet !