Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 7c66d02

Browse files
author
Łukasz Paczos
committed
[android] remove unnecessary android:appComponentFactory reference
1 parent 8fda03a commit 7c66d02

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
android:label="@string/app_name"
1414
android:roundIcon="@drawable/ic_launcher_round"
1515
android:supportsRtl="true"
16-
android:theme="@style/AppTheme"
17-
tools:replace="android:appComponentFactory"
18-
android:appComponentFactory="customComponentFactory">
16+
android:theme="@style/AppTheme">
1917

2018
<activity
2119
android:name=".activity.FeatureOverviewActivity"

0 commit comments

Comments
 (0)