Skip to content

Commit 806a069

Browse files
committed
Add status bar
1 parent c506ae3 commit 806a069

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

android/app/capacitor.build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ android {
1010
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
1111
dependencies {
1212
implementation project(':capacitor-push-notifications')
13+
implementation project(':capacitor-status-bar')
1314
implementation project(':capgo-capacitor-social-login')
1415

1516
}

android/capacitor.settings.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@ project(':capacitor-android').projectDir = new File('../node_modules/@capacitor/
55
include ':capacitor-push-notifications'
66
project(':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+
811
include ':capgo-capacitor-social-login'
912
project(':capgo-capacitor-social-login').projectDir = new File('../node_modules/@capgo/capacitor-social-login/android')

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
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",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,6 +1151,11 @@
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+
"@capacitor/[email protected]":
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+
11541159
11551160
version "7.14.4"
11561161
resolved "https://registry.yarnpkg.com/@capgo/capacitor-social-login/-/capacitor-social-login-7.14.4.tgz#f5f18da0e5f72921a8379767a473e089cf8674a9"

0 commit comments

Comments
 (0)