Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased

* Bumps Instabug Android SDK to `v11.8.0`

## 11.3.0 (2022-10-05)

* Bumps Instabug Android SDK to v11.5.1
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<uses-permission android:name="android.permission.INTERNET"/>
</config-file>

<framework src="com.instabug.library:instabug:11.5.1"/>
<framework src="com.instabug.library:instabug:11.8.0"/>

<source-file src="src/android/IBGPlugin.java" target-dir="src/com/instabug/cordova/plugin"/>
<source-file src="src/android/util/Util.java" target-dir="src/com/instabug/cordova/plugin/util"/>
Expand Down
1 change: 0 additions & 1 deletion src/android/util/ArgsRegistry.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public ArrayList<T> getAll(ArrayList<String> keys) {
put("recordingMessageToHoldText", Key.VOICE_MESSAGE_PRESS_AND_HOLD_TO_RECORD);
put("recordingMessageToReleaseText", Key.VOICE_MESSAGE_RELEASE_TO_ATTACH);
put("thankYouText", Key.SUCCESS_DIALOG_HEADER);
put("video", Key.VIDEO_PLAYER_TITLE);
put("videoPressRecord", Key.VIDEO_RECORDING_FAB_BUBBLE_HINT);
put("conversationTextFieldHint", Key.CONVERSATION_TEXT_FIELD_HINT);
put("thankYouAlertText", Key.REPORT_SUCCESSFULLY_SENT);
Expand Down
1 change: 0 additions & 1 deletion src/modules/ArgsRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ namespace ArgsRegistry {
cancelButtonText = "cancelButtonTitle",
thankYouText = "thankYouText",
audio = "audio",
video = "video",
image = "image",
team = "team",
messagesNotification = "messagesNotification",
Expand Down