File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1+ ## Unreleased
2+
3+ * Bumps Instabug Android SDK to ` v11.8.0 `
4+
15## 11.3.0 (2022-10-05)
26
37* Bumps Instabug Android SDK to v11.5.1
Original file line number Diff line number Diff line change 6868 <uses-permission android : name =" android.permission.INTERNET" />
6969 </config-file >
7070
71- <framework src =" com.instabug.library:instabug:11.5.1 " />
71+ <framework src =" com.instabug.library:instabug:11.8.0 " />
7272
7373 <source-file src =" src/android/IBGPlugin.java" target-dir =" src/com/instabug/cordova/plugin" />
7474 <source-file src =" src/android/util/Util.java" target-dir =" src/com/instabug/cordova/plugin/util" />
Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ public ArrayList<T> getAll(ArrayList<String> keys) {
7777 put ("recordingMessageToHoldText" , Key .VOICE_MESSAGE_PRESS_AND_HOLD_TO_RECORD );
7878 put ("recordingMessageToReleaseText" , Key .VOICE_MESSAGE_RELEASE_TO_ATTACH );
7979 put ("thankYouText" , Key .SUCCESS_DIALOG_HEADER );
80- put ("video" , Key .VIDEO_PLAYER_TITLE );
8180 put ("videoPressRecord" , Key .VIDEO_RECORDING_FAB_BUBBLE_HINT );
8281 put ("conversationTextFieldHint" , Key .CONVERSATION_TEXT_FIELD_HINT );
8382 put ("thankYouAlertText" , Key .REPORT_SUCCESSFULLY_SENT );
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ namespace ArgsRegistry {
5656 cancelButtonText = "cancelButtonTitle" ,
5757 thankYouText = "thankYouText" ,
5858 audio = "audio" ,
59- video = "video" ,
6059 image = "image" ,
6160 team = "team" ,
6261 messagesNotification = "messagesNotification" ,
You can’t perform that action at this time.
0 commit comments