capacitor-gleap-plugin 13.8.0 → 13.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/android/build.gradle
CHANGED
|
@@ -55,5 +55,5 @@ dependencies {
|
|
|
55
55
|
testImplementation "junit:junit:$junitVersion"
|
|
56
56
|
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
|
|
57
57
|
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
|
|
58
|
-
implementation group: 'io.gleap', name: 'gleap-android-sdk', version: '13.8.
|
|
58
|
+
implementation group: 'io.gleap', name: 'gleap-android-sdk', version: '13.8.3'
|
|
59
59
|
}
|
|
@@ -739,7 +739,7 @@ public class GleapPlugin: CAPPlugin, GleapDelegate {
|
|
|
739
739
|
}
|
|
740
740
|
|
|
741
741
|
public func customActionCalled(_ customAction: String) {
|
|
742
|
-
notifyEventUpdate(name: "custom-action-called", data:
|
|
742
|
+
notifyEventUpdate(name: "custom-action-called", data: customAction)
|
|
743
743
|
}
|
|
744
744
|
|
|
745
745
|
public func widgetClosed() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "capacitor-gleap-plugin",
|
|
3
|
-
"version": "13.8.
|
|
3
|
+
"version": "13.8.5",
|
|
4
4
|
"description": "Gleap SDK for Capacitor is the easiest way to integrate Gleap into your Ionic apps! Achieve better app quality with comprehensive in-app bug reporting & customer feedback for your web-apps and websites. Many thanks to Stephan Nagel (congrapp) for his work on the Gleap capacitor plugin.",
|
|
5
5
|
"main": "dist/plugin.cjs.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -76,6 +76,6 @@
|
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
|
-
"gleap": "13.8.
|
|
79
|
+
"gleap": "13.8.6"
|
|
80
80
|
}
|
|
81
81
|
}
|