File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 3
3
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
4
4
xmlns : android =" http://schemas.android.com/apk/res/android"
5
5
id =" com.instabug.cordova.plugin"
6
- version =" 0 .0.1 " >
6
+ version =" 1 .0.0 " >
7
7
8
8
<name >instabug-cordova</name >
9
9
47
47
android : configChanges =" keyboardHidden|orientation|screenSize" />
48
48
<activity android : name =" com.instabug.library.InstabugFeedbackActivity" />
49
49
50
- <service android : name =" com.instabug.library.InstabugSessionUploaderService" />
51
- <service android : name =" com.instabug.library.InstabugIssueUploaderService" />
52
- <service android : name =" com.instabug.library.InstabugMessageUploaderService" />
53
- <service android : name =" com.instabug.library.InstabugFeaturesFetcherService" />
54
- <service android : name =" com.instabug.library.gcm.InstabugGcmRegistrationIntentService" />
50
+ <service android : name =" com.instabug.library.network.worker.uploader.InstabugSessionUploaderService" />
51
+ <service android : name =" com.instabug.library.network.worker.uploader.InstabugBugsUploaderService" />
52
+ <service android : name =" com.instabug.library.network.worker.uploader.InstabugCrashesUploaderService" />
53
+ <service android : name =" com.instabug.library.network.worker.uploader.InstabugMessageUploaderService" />
54
+ <service android : name =" com.instabug.library.network.worker.fetcher.InstabugFeaturesFetcherService" />
55
+ <service android : name =" com.instabug.library.network.worker.register.InstabugGcmRegistrationIntentService" />
56
+ <service android : name =" com.instabug.library.internal.video.VideoProcessingService" />
55
57
56
- <receiver android : name =" com.instabug.library.InstabugNetworkReceiver" >
57
- <intent-filter >
58
- <action android : name =" android.net.conn.CONNECTIVITY_CHANGE" />
59
- </intent-filter >
60
- </receiver >
58
+ <receiver android : name =" com.instabug.library.network .InstabugNetworkReceiver" >
59
+ <intent-filter >
60
+ <action android : name =" android.net.conn.CONNECTIVITY_CHANGE" />
61
+ </intent-filter >
62
+ </receiver >
61
63
62
64
</config-file >
63
65
You can’t perform that action at this time.
0 commit comments