@capgo/capacitor-social-login 7.20.0-beta.2 → 7.20.0-beta.3
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/package.json +1 -2
- package/android/gradle.properties +0 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capgo/capacitor-social-login",
|
|
3
|
-
"version": "7.20.0-beta.
|
|
3
|
+
"version": "7.20.0-beta.3",
|
|
4
4
|
"description": "All social logins in one plugin",
|
|
5
5
|
"main": "dist/plugin.cjs.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
"android/src/main/",
|
|
11
11
|
"android/src/facebookStubs/",
|
|
12
12
|
"android/build.gradle",
|
|
13
|
-
"android/gradle.properties",
|
|
14
13
|
"dist/",
|
|
15
14
|
"ios/Sources",
|
|
16
15
|
"ios/Tests",
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
# Project-wide Gradle settings.
|
|
2
|
-
|
|
3
|
-
# IDE (e.g. Android Studio) users:
|
|
4
|
-
# Gradle settings configured through the IDE *will override*
|
|
5
|
-
# any settings specified in this file.
|
|
6
|
-
|
|
7
|
-
# For more details on how to configure your build environment visit
|
|
8
|
-
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
|
9
|
-
|
|
10
|
-
# Specifies the JVM arguments used for the daemon process.
|
|
11
|
-
# The setting is particularly useful for tweaking memory settings.
|
|
12
|
-
org.gradle.jvmargs=-Xmx1536m
|
|
13
|
-
|
|
14
|
-
# When configured, Gradle will run in incubating parallel mode.
|
|
15
|
-
# This option should only be used with decoupled projects. More details, visit
|
|
16
|
-
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
|
17
|
-
# org.gradle.parallel=true
|
|
18
|
-
|
|
19
|
-
# AndroidX package structure to make it clearer which packages are bundled with the
|
|
20
|
-
# Android operating system, and which are packaged with your app's APK
|
|
21
|
-
# https://developer.android.com/topic/libraries/support-library/androidx-rn
|
|
22
|
-
android.useAndroidX=true
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
# SocialLogin Provider Dependencies (auto-generated)
|
|
26
|
-
# Generated by SocialLogin hook script
|
|
27
|
-
socialLogin.google.include=true
|
|
28
|
-
socialLogin.google.dependencyType=implementation
|
|
29
|
-
socialLogin.facebook.include=true
|
|
30
|
-
socialLogin.facebook.dependencyType=implementation
|
|
31
|
-
socialLogin.apple.include=true
|
|
32
|
-
socialLogin.apple.dependencyType=implementation
|
|
33
|
-
socialLogin.twitter.include=true
|
|
34
|
-
socialLogin.twitter.dependencyType=implementation
|