capacitor-gleap-plugin 8.2.3 → 8.2.4

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/README.md CHANGED
@@ -13,6 +13,8 @@ npm install capacitor-gleap-plugin
13
13
  npx cap sync
14
14
  ```
15
15
 
16
+ > :warning: **Using capacitor v3**? Make sure to use *v8.2.3* of the Gleap SDK.
17
+
16
18
  ## API
17
19
 
18
20
  <docgen-index>
@@ -8,10 +8,10 @@ ext {
8
8
  buildscript {
9
9
  repositories {
10
10
  google()
11
- jcenter()
11
+ mavenCentral()
12
12
  }
13
13
  dependencies {
14
- classpath 'com.android.tools.build:gradle:4.2.1'
14
+ classpath 'com.android.tools.build:gradle:7.2.1'
15
15
  }
16
16
  }
17
17
 
@@ -43,7 +43,6 @@ android {
43
43
 
44
44
  repositories {
45
45
  google()
46
- jcenter()
47
46
  mavenCentral()
48
47
  }
49
48
 
@@ -63,3 +62,4 @@ dependencies {
63
62
  }
64
63
  }
65
64
  }
65
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor-gleap-plugin",
3
- "version": "8.2.3",
3
+ "version": "8.2.4",
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",
@@ -52,10 +52,11 @@
52
52
  "access": "public"
53
53
  },
54
54
  "devDependencies": {
55
- "@capacitor/android": "^3.0.0",
56
- "@capacitor/core": "^3.0.0",
55
+ "@capacitor/android": "^4.0.0",
56
+ "@capacitor/cli": "^4.0.0",
57
+ "@capacitor/core": "^4.0.0",
57
58
  "@capacitor/docgen": "^0.0.10",
58
- "@capacitor/ios": "^3.0.0",
59
+ "@capacitor/ios": "^4.0.0",
59
60
  "@ionic/eslint-config": "^0.3.0",
60
61
  "@ionic/prettier-config": "^1.0.1",
61
62
  "@ionic/swiftlint-config": "^1.1.2",
@@ -68,7 +69,7 @@
68
69
  "typescript": "~4.0.3"
69
70
  },
70
71
  "peerDependencies": {
71
- "@capacitor/core": "^3.0.0"
72
+ "@capacitor/core": "^4.0.0"
72
73
  },
73
74
  "prettier": "@ionic/prettier-config",
74
75
  "swiftlint": "@ionic/swiftlint-config",
@@ -84,6 +85,6 @@
84
85
  }
85
86
  },
86
87
  "dependencies": {
87
- "gleap": "^8.2.2"
88
+ "gleap": "^8.2.4"
88
89
  }
89
90
  }