Skip to content

Commit fc6804d

Browse files
committed
💎 Bump version to v8.1.0
2 parents f2b54d8 + 609e416 commit fc6804d

File tree

65 files changed

+1029
-1171
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+1029
-1171
lines changed

‎build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ android {
2121
}
2222

2323
dependencies {
24-
implementation 'com.instabug.library:instabug:8.0.12'
24+
implementation 'com.instabug.library:instabug:8.1.1'
2525
implementation 'com.android.support:multidex:1.0.0'
2626
}

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instabug-cordova",
3-
"version": "8.0.7",
3+
"version": "8.1.0",
44
"description": "The purpose of this plugin is to simplify the process of integrating the Instabug SDK in a hybrid application, as well as to provide an interface to interfacing with the SDK through JavaScript.",
55
"main": "index.js",
66
"repository": {

‎plugin.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737
<js-module src="www/surveys.js" name="Surveys">
3838
<clobbers target="cordova.plugins.surveys"/>
3939
</js-module>
40+
<js-module src="www/chats.js" name="Chats">
41+
<clobbers target="cordova.plugins.chats"/>
42+
</js-module>
43+
<js-module src="www/replies.js" name="Replies">
44+
<clobbers target="cordova.plugins.replies"/>
45+
</js-module>
4046

4147
<!-- android -->
4248
<platform name="android">
@@ -82,6 +88,7 @@
8288
<source-file src="src/android/IBGPluginActivity.java" target-dir="src/com/instabug/cordova/plugin"/>
8389
<source-file src="src/android/IBGPlugin.java" target-dir="src/com/instabug/cordova/plugin"/>
8490
<source-file src="src/android/MyApplication.java" target-dir="src/com/instabug/cordova/plugin"/>
91+
<source-file src="src/android/util/Util.java" target-dir="src/com/instabug/cordova/plugin/util"/>
8592
<hook type="before_plugin_install" src="scripts/android/before_plugin_install.js"/>
8693
<hook type="before_plugin_uninstall" src="scripts/android/before_plugin_uninstall.js"/>
8794
</platform>

0 commit comments

Comments
 (0)