From bbeaeee82f15fa58370434c7a04bd673f4e9a26c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20Fazekas?= Date: Fri, 27 Oct 2023 11:46:50 +0200 Subject: [PATCH] fix: rn 0.73 compat - specify namespace in build.gradle --- android/build.gradle | 1 + android/src/main/AndroidManifest.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index ae3618a7c..6cc8ab445 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -43,6 +43,7 @@ if (safeExtGet("RNMapboxMapsImpl", defaultMapboxMapsImpl) == "mapbox") { } android { + namespace = "com.rnmapbox.rnmbx" if (safeExtGet("RNMapboxMapsImpl", defaultMapboxMapsImpl) == "maplibre") { msg = '@rnmapbox/maps: Maplibre implementation has been removed, set RNMapboxMapsImpl to mapbox- see https://github.com/rnmapbox/maps/wiki/Deprecated-RNMapboxImpl-Maplibre#android' logger.error(msg) diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index 4e7ecd721..fa2bb901c 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -1,4 +1,4 @@ - +