capacitor-gleap-plugin 11.1.0 → 11.1.2

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.
@@ -13,6 +13,6 @@ Pod::Spec.new do |s|
13
13
  s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
14
14
  s.ios.deployment_target = '13.0'
15
15
  s.dependency 'Capacitor'
16
- s.dependency 'Gleap', '11.1.1'
16
+ s.dependency 'Gleap', '11.1.2'
17
17
  s.swift_version = '5.1'
18
18
  end
@@ -55,7 +55,7 @@ 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: '11.1.0'
58
+ implementation group: 'io.gleap', name: 'gleap-android-sdk', version: '11.1.2'
59
59
  if (rootProject && rootProject.ext) {
60
60
  if (rootProject.ext.targetSdkVersion == 30 || rootProject.ext.compileSdkVersion == 30) {
61
61
  implementation( "androidx.appcompat:appcompat:1.3.0") {
@@ -713,7 +713,7 @@ public class GleapPlugin extends Plugin {
713
713
  implementation.setInitializedCallback(
714
714
  new InitializedCallback() {
715
715
  @Override
716
- public void initialized(JSONObject jsonObject) {
716
+ public void initialized() {
717
717
  JSObject data = new JSObject();
718
718
  data.put("name", "initialized");
719
719
  call.resolve(data);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor-gleap-plugin",
3
- "version": "11.1.0",
3
+ "version": "11.1.2",
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": "11.1.0"
79
+ "gleap": "11.1.2"
80
80
  }
81
81
  }