Skip to content

Commit

Permalink
feat: Capacitor 6 upgrade (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpoole authored Apr 24, 2024
1 parent 5ee6a34 commit b6ac27b
Show file tree
Hide file tree
Showing 10 changed files with 70 additions and 3,176 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
path: ~/.npm
key: ${{ runner.OS }}-dependency-cache-${{ hashFiles('**/package.json') }}
- run: npm ci
- run: npm install
working-directory: plugin
- run: npm run build
working-directory: plugin
8 changes: 4 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"capacitorVersion": "5.7.2",
"capacitorVersion": "6.0.0",
"iosMinVersion": "13.0",
"androidMinSdk": "22",
"rnMinVersion": "0.63.4",
"androidLiveUpdatesVersion": "0.5.0",
"rnVersion": "0.5.1",
"iosVersion": "0.10.0",
"androidVersion": "0.9.0",
"version": "0.9.0"
"iosVersion": "0.11.0",
"androidVersion": "0.10.0",
"version": "0.10.0"
}
2 changes: 2 additions & 0 deletions plugin/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ captures

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild

package-lock.json
Loading

0 comments on commit b6ac27b

Please sign in to comment.