diff --git a/.circleci/config.yml b/.circleci/config.yml index e10db3e1..002acf09 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -184,6 +184,8 @@ jobs: - run: npm install - run: npm install -g rimraf + - run: cat node_modules/@freegle/capacitor-push-notifications/android/src/main/java/com/capacitorjs/plugins/pushnotifications/PushNotificationsPlugin.java + ################ - run: name: == Decrypt secrets diff --git a/package.json b/package.json index 3a39c6bd..fabde9c7 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@capacitor/network": "^4.0.0", "@capacitor/share": "^4.0.0", "@capawesome/capacitor-badge": "^2.0.0", - "@freegle/capacitor-push-notifications": "github:Freegle/capacitor-push-notifications#768cb10", + "@freegle/capacitor-push-notifications": "github:Freegle/capacitor-push-notifications", "@chenfengyuan/vue-number-input": "^2.0.1", "@codetrix-studio/capacitor-google-auth": "3.2.2", "@fortawesome/fontawesome-svg-core": "^6.4.0",