Skip to content

Commit af986e7

Browse files
committed
📝 Add the new services to the manifest file
1 parent da62219 commit af986e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎plugin.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,11 @@
5050
<service android:name="com.instabug.library.network.worker.uploader.InstabugSessionUploaderService" />
5151
<service android:name="com.instabug.library.bugreporting.network.InstabugBugsUploaderService" />
5252
<service android:name="com.instabug.crash.network.InstabugCrashesUploaderService" />
53-
<service android:name="com.instabug.library.messaging.InstabugMessageUploaderService" />
5453
<service android:name="com.instabug.library.network.worker.fetcher.InstabugFeaturesFetcherService" />
5554
<service android:name="com.instabug.survey.network.service.InstabugSurveysSubmitterService" />
5655
<service android:name="com.instabug.library.internal.video.VideoProcessingService"/>
56+
<service android:name="com.instabug.library.analytics.network.InstabugAnalyticsUploaderService"/>
57+
<service android:name="com.instabug.chat.network.InstabugMessageUploaderService"/>
5758

5859
<receiver android:name="com.instabug.library.network.InstabugNetworkReceiver">
5960
<intent-filter>

0 commit comments

Comments
 (0)