mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-04 06:51:45 -04:00
Remove unused social login
This commit is contained in:
@@ -11,7 +11,6 @@ apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
|
||||
dependencies {
|
||||
implementation project(':capacitor-push-notifications')
|
||||
implementation project(':capacitor-status-bar')
|
||||
implementation project(':capgo-capacitor-social-login')
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -7,6 +7,3 @@ project(':capacitor-push-notifications').projectDir = new File('../node_modules/
|
||||
|
||||
include ':capacitor-status-bar'
|
||||
project(':capacitor-status-bar').projectDir = new File('../node_modules/@capacitor/status-bar/android')
|
||||
|
||||
include ':capgo-capacitor-social-login'
|
||||
project(':capgo-capacitor-social-login').projectDir = new File('../node_modules/@capgo/capacitor-social-login/android')
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
"@capacitor/core": "7.4.4",
|
||||
"@capacitor/push-notifications": "7.0.3",
|
||||
"@capacitor/status-bar": "7.0.3",
|
||||
"@capgo/capacitor-social-login": "7.14.4",
|
||||
"@playwright/test": "^1.54.2",
|
||||
"colorette": "^2.0.20",
|
||||
"prismjs": "^1.30.0",
|
||||
|
||||
@@ -1156,11 +1156,6 @@
|
||||
resolved "https://registry.yarnpkg.com/@capacitor/status-bar/-/status-bar-7.0.3.tgz#4e8c1ac49cf928576cfac1c78cc3f9886088ebfe"
|
||||
integrity sha512-JyRpVnKwHij9hgPWolF6PK+HT3e2HSPjN11/h2OmKxq8GAdPGARFLv+97eZl0pvuvm0Kka/LpiLb5whXISBg7Q==
|
||||
|
||||
"@capgo/capacitor-social-login@7.14.4":
|
||||
version "7.14.4"
|
||||
resolved "https://registry.yarnpkg.com/@capgo/capacitor-social-login/-/capacitor-social-login-7.14.4.tgz#f5f18da0e5f72921a8379767a473e089cf8674a9"
|
||||
integrity sha512-Z8SE+qx1EzGW3qW6+CKe43c2eqOj8Y4OZeRczta+89d3jCIkPM1ffowWeDrR2av4S7Xg/RqowWwacpc+uH4BuA==
|
||||
|
||||
"@corex/deepmerge@^2.6.148":
|
||||
version "2.6.148"
|
||||
resolved "https://registry.yarnpkg.com/@corex/deepmerge/-/deepmerge-2.6.148.tgz#8fa825d53ffd1cbcafce1b6a830eefd3dcc09dd5"
|
||||
|
||||
Reference in New Issue
Block a user