We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e90bda commit 6847ceaCopy full SHA for 6847cea
CHANGELOG.md
@@ -1,5 +1,6 @@
1
## Unreleased
2
3
+* Bumps Instabug Android SDK to v11.4.1
4
* Adds TypeScript support
5
6
## v11.0.1 (2022-08-24)
plugin.xml
@@ -68,7 +68,7 @@
68
<uses-permission android:name="android.permission.INTERNET"/>
69
</config-file>
70
71
- <framework src="com.instabug.library:instabug:11.2.0"/>
+ <framework src="com.instabug.library:instabug:11.4.1"/>
72
73
<source-file src="src/android/IBGPlugin.java" target-dir="src/com/instabug/cordova/plugin"/>
74
<source-file src="src/android/util/Util.java" target-dir="src/com/instabug/cordova/plugin/util"/>
0 commit comments