michalchudziak / react-native-geolocation

Geolocation APIs for React Native
MIT License
1.3k stars 226 forks source link

build: added namespace for AGP version 7+. This should fix compatibil… #325

Closed nhoffmann-fts closed 1 week ago

nhoffmann-fts commented 1 month ago

…ity issues with gradle 8.

Fixes issue #324

Overview

Some Android dependencies require Gradle 8. The only way this (rn geo location) can be used with Gradle 8 is by adding the namespace value.

Test Plan

Configure react native project with android gradle 8. Sync / build project.

nhoffmann-fts commented 1 week ago

@michalchudziak would it be possible to get this reviewed and merged? This is currently a blocker for me on a project. Thanks!