Skip to content

Commit 0eb1224

Browse files
authored
🤝 Merge pull request #8 from Instabug/feature/1.14_release
Feature/1.14 release
2 parents 2c2a992 + 0ab8ca3 commit 0eb1224

File tree

61 files changed

+558
-424
lines changed

Some content is hidden

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

61 files changed

+558
-424
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-
compile 'com.instabug.library:instabug:4.13.5'
24+
compile 'com.instabug.library:instabug:4.15.1'
2525
compile '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": "1.11.2",
3+
"version": "1.14.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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
</engines>
2424

2525
<!-- dependencies -->
26-
<dependency id="cordova-plugin-multidex" url="https://github.com/DevHossamHassan/cordova-multidex"/>
2726

2827
<!-- js -->
2928
<js-module src="www/instabug.js" name="Instabug">

0 commit comments

Comments
 (0)