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, };