@capgo/capacitor-android-age-signals 8.1.1 → 8.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.
|
@@ -15,7 +15,7 @@ import com.getcapacitor.annotation.CapacitorPlugin;
|
|
|
15
15
|
@CapacitorPlugin(name = "AgeSignals")
|
|
16
16
|
public class AgeSignalsPlugin extends Plugin {
|
|
17
17
|
|
|
18
|
-
private final String pluginVersion = "8.1.
|
|
18
|
+
private final String pluginVersion = "8.1.2";
|
|
19
19
|
public static final String TAG = "AgeSignals";
|
|
20
20
|
private static final String ERROR_UNKNOWN = "An unknown error occurred.";
|
|
21
21
|
|
|
@@ -7,7 +7,7 @@ import Capacitor
|
|
|
7
7
|
*/
|
|
8
8
|
@objc(AgeSignalsPlugin)
|
|
9
9
|
public class AgeSignalsPlugin: CAPPlugin, CAPBridgedPlugin {
|
|
10
|
-
private let pluginVersion: String = "8.1.
|
|
10
|
+
private let pluginVersion: String = "8.1.2"
|
|
11
11
|
public let identifier = "AgeSignalsPlugin"
|
|
12
12
|
public let jsName = "AgeSignals"
|
|
13
13
|
public let pluginMethods: [CAPPluginMethod] = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capgo/capacitor-android-age-signals",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.2",
|
|
4
4
|
"description": "Capacitor plugin that exposes Google Play Age Signals to your app.",
|
|
5
5
|
"main": "dist/plugin.cjs.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"bugs": {
|
|
25
25
|
"url": "https://github.com/Cap-go/capacitor-android-age-signals/issues"
|
|
26
26
|
},
|
|
27
|
+
"homepage": "https://capgo.app/docs/plugins/age-signals/",
|
|
27
28
|
"keywords": [
|
|
28
29
|
"capacitor",
|
|
29
30
|
"capacitor-plugin",
|