File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed
Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ android {
1010apply from : " ../capacitor-cordova-android-plugins/cordova.variables.gradle"
1111dependencies {
1212 implementation project(' :capacitor-push-notifications' )
13+ implementation project(' :capacitor-status-bar' )
1314 implementation project(' :capgo-capacitor-social-login' )
1415
1516}
Original file line number Diff line number Diff line change @@ -5,5 +5,8 @@ project(':capacitor-android').projectDir = new File('../node_modules/@capacitor/
55include ' :capacitor-push-notifications'
66project(' :capacitor-push-notifications' ). projectDir = new File (' ../node_modules/@capacitor/push-notifications/android' )
77
8+ include ' :capacitor-status-bar'
9+ project(' :capacitor-status-bar' ). projectDir = new File (' ../node_modules/@capacitor/status-bar/android' )
10+
811include ' :capgo-capacitor-social-login'
912project(' :capgo-capacitor-social-login' ). projectDir = new File (' ../node_modules/@capgo/capacitor-social-login/android' )
Original file line number Diff line number Diff line change 2727 "dependencies" : {
2828 "@capacitor/core" : " 7.4.4" ,
2929 "@capacitor/push-notifications" : " 7.0.3" ,
30+ "@capacitor/status-bar" : " 7.0.3" ,
3031 "@capgo/capacitor-social-login" : " 7.14.4" ,
3132 "@playwright/test" : " ^1.54.2" ,
3233 "colorette" : " ^2.0.20" ,
Original file line number Diff line number Diff line change 11511151 resolved "https://registry.yarnpkg.com/@capacitor/push-notifications/-/push-notifications-7.0.3.tgz#b053f5c8db8cc8ceddda8dd9a1c744a72113e202"
11521152 integrity sha512-4qt5dRVBkHzq202NEoj3JC+S+zQCrZ1FJh7sjkICy/i1iEos+VaoB3bie8eWDQ2LTARktB4+k2xkdpu8pcVo/g==
11531153
1154+ 1155+ version "7.0.3"
1156+ resolved "https://registry.yarnpkg.com/@capacitor/status-bar/-/status-bar-7.0.3.tgz#4e8c1ac49cf928576cfac1c78cc3f9886088ebfe"
1157+ integrity sha512-JyRpVnKwHij9hgPWolF6PK+HT3e2HSPjN11/h2OmKxq8GAdPGARFLv+97eZl0pvuvm0Kka/LpiLb5whXISBg7Q==
1158+
1154115911551160 version "7.14.4"
11561161 resolved "https://registry.yarnpkg.com/@capgo/capacitor-social-login/-/capacitor-social-login-7.14.4.tgz#f5f18da0e5f72921a8379767a473e089cf8674a9"
You can’t perform that action at this time.
0 commit comments