From 4b4dde490b3fa4287a5ac24ef10fd2b8beb4496e Mon Sep 17 00:00:00 2001 From: Davior Coder <148337509+chandanbcbt@users.noreply.github.com> Date: Tue, 18 Jun 2024 19:22:15 +0530 Subject: [PATCH] Update withMapbox.ts --- plugin/src/withMapbox.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/src/withMapbox.ts b/plugin/src/withMapbox.ts index f4db97d07..cabfca91e 100644 --- a/plugin/src/withMapbox.ts +++ b/plugin/src/withMapbox.ts @@ -458,9 +458,9 @@ export { // addLibCppFilter as _addLibCppFilter, // Following methods accept a config object // withAndroidProperties as _withAndroidProperties, - // withAndroidPropertiesDownloadToken as _withAndroidPropertiesDownloadToken, + withAndroidPropertiesDownloadToken as _withAndroidPropertiesDownloadToken, // withAndroidPropertiesImpl2 as _withAndroidPropertiesImpl2, // withAndroidAppGradle as _withAndroidAppGradle, // withAndroidProjectGradle as _withAndroidProjectGradle, - // withMapboxAndroid as _withMapboxAndroid, + withMapboxAndroid as _withMapboxAndroid, };