@capgo/capacitor-android-usagestatsmanager 7.2.0 → 7.2.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.
package/README.md CHANGED
@@ -22,6 +22,10 @@ Requires the following permissions in your `AndroidManifest.xml`:
22
22
 
23
23
 
24
24
 
25
+ ## Documentation
26
+
27
+ The most complete doc is available here: https://capgo.app/docs/plugins/android-usagestatsmanager/
28
+
25
29
  ## Install
26
30
 
27
31
  ```bash
@@ -25,7 +25,7 @@ import java.util.Map;
25
25
  @CapacitorPlugin(name = "CapacitorUsageStatsManager")
26
26
  public class CapacitorUsageStatsManagerPlugin extends Plugin {
27
27
 
28
- private final String PLUGIN_VERSION = "7.2.0";
28
+ private final String PLUGIN_VERSION = "7.2.2";
29
29
 
30
30
  @PluginMethod
31
31
  public void queryAndAggregateUsageStats(final PluginCall call) {
@@ -7,7 +7,7 @@ import Capacitor
7
7
  */
8
8
  @objc(CapacitorUsageStatsManagerPlugin)
9
9
  public class CapacitorUsageStatsManagerPlugin: CAPPlugin, CAPBridgedPlugin {
10
- private let PLUGIN_VERSION: String = "7.2.0"
10
+ private let PLUGIN_VERSION: String = "7.2.2"
11
11
  public let identifier = "CapacitorUsageStatsManagerPlugin"
12
12
  public let jsName = "CapacitorUsageStatsManager"
13
13
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-android-usagestatsmanager",
3
- "version": "7.2.0",
3
+ "version": "7.2.2",
4
4
  "description": "Exposes the Android's UsageStatsManager SDK to Capacitor",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",