@capgo/capacitor-social-login 7.2.0 → 7.2.1

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -197,6 +197,8 @@ const res = await SocialLogin.login({
197
197
 
198
198
  ### Android configuration
199
199
 
200
+ The implemention use the new library of Google who use Google account at Os level, make sure your device does have at least one google account connected
201
+
200
202
  Directly call the `initialize` method with the `google` provider
201
203
 
202
204
  ```typescript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-social-login",
3
- "version": "7.2.0",
3
+ "version": "7.2.1",
4
4
  "description": "All social logins in one plugin",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",