@capgo/native-purchases 7.7.6 → 7.7.8

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
@@ -961,3 +961,9 @@ Remove all registered listeners
961
961
  | **`SUBS`** | <code>"subs"</code> | A type of SKU for subscriptions. |
962
962
 
963
963
  </docgen-api>
964
+
965
+ ## App Store Compliance
966
+
967
+ - **Terms of Service**: https://capgo.app/terms
968
+ - **Privacy Policy**: https://capgo.app/privacy
969
+ - **Paywall layout example**: [docs/PAYWALL_COMPLIANCE_TEMPLATE.md](./docs/PAYWALL_COMPLIANCE_TEMPLATE.md)
@@ -49,7 +49,7 @@ repositories {
49
49
 
50
50
 
51
51
  dependencies {
52
- implementation "com.google.guava:guava:33.4.8-android"
52
+ implementation "com.google.guava:guava:33.5.0-android"
53
53
  def billing_version = "8.0.0"
54
54
  implementation "com.android.billingclient:billing:$billing_version"
55
55
  implementation fileTree(dir: 'libs', include: ['*.jar'])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/native-purchases",
3
- "version": "7.7.6",
3
+ "version": "7.7.8",
4
4
  "description": "In-app Subscriptions Made Easy",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",