Skip to content

Commit

Permalink
feat!: update to Capacitor 7 (#807)
Browse files Browse the repository at this point in the history
* feat!: update to Capacitor 7

* chore: update `package-lock.json`

* style: format

* chore: update `package-lock.json`

* chore: update deployment target
  • Loading branch information
robingenz authored Jan 27, 2025
1 parent e1d2896 commit 604c697
Show file tree
Hide file tree
Showing 152 changed files with 4,396 additions and 2,655 deletions.
15 changes: 15 additions & 0 deletions .changeset/gorgeous-mayflies-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
'@capacitor-firebase/analytics': major
'@capacitor-firebase/app': major
'@capacitor-firebase/app-check': major
'@capacitor-firebase/authentication': major
'@capacitor-firebase/crashlytics': major
'@capacitor-firebase/firestore': major
'@capacitor-firebase/functions': major
'@capacitor-firebase/messaging': major
'@capacitor-firebase/performance': major
'@capacitor-firebase/remote-config': major
'@capacitor-firebase/storage': major
---

feat: update to Capacitor 7
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

env:
NODE_VERSION: 20
JAVA_VERSION: 17
JAVA_VERSION: 21

jobs:
build:
Expand Down
3 changes: 1 addition & 2 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ module.exports = {
singleQuote: true,
tabWidth: 2,
trailingComma: 'all',
pluginSearchDirs: ['./node_modules'],
plugins: [require('prettier-plugin-java')],
plugins: ['prettier-plugin-java'],
overrides: [
{
files: ['*.java'],
Expand Down
Loading

0 comments on commit 604c697

Please sign in to comment.