From eeb9813dd230654af7ccf3a146307bc0ee6a3b19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Paczos?= Date: Thu, 1 Aug 2019 11:12:39 +0300 Subject: [android] remove unnecessary android:appComponentFactory reference --- .../android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml index 03e530e174..84ee250931 100644 --- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml +++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml @@ -13,9 +13,7 @@ android:label="@string/app_name" android:roundIcon="@drawable/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/AppTheme" - tools:replace="android:appComponentFactory" - android:appComponentFactory="customComponentFactory"> + android:theme="@style/AppTheme">