[PR #1648] chore: update to capacitor 7 #1649

Open
opened 2026-04-25 00:00:18 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1648
Author: @racedale
Created: 8/3/2025
Status: 🔄 Open

Base: masterHead: capacitor-7-update


📝 Commits (1)

  • 2720a35 chore: update to capacitor 7

📊 Changes

15 files changed (+4022 additions, -1166 deletions)

View changed files

📝 android/app/build.gradle (+1 -1)
📝 android/app/capacitor.build.gradle (+3 -3)
📝 android/app/src/main/assets/capacitor.plugins.json (+4 -4)
📝 android/build.gradle (+0 -1)
📝 android/capacitor.settings.gradle (+3 -3)
📝 android/gradle/wrapper/gradle-wrapper.jar (+0 -0)
📝 android/gradle/wrapper/gradle-wrapper.properties (+2 -1)
📝 android/gradlew (+21 -13)
📝 android/gradlew.bat (+94 -92)
📝 ios/App/App.xcodeproj/project.pbxproj (+4 -4)
📝 ios/App/App/capacitor.config.json (+1 -1)
📝 ios/App/Podfile (+1 -1)
📝 ios/App/Podfile.lock (+26 -26)
📝 package-lock.json (+3860 -1014)
📝 package.json (+2 -2)

📄 Description

Brief summary

Updates to Capacitor 7.

Which issue is fixed?

n/a

Pull Request Type

Both Android & iOS

In-depth Description

Primarily following https://capacitorjs.com/docs/updating/7-0

  • now requires to Java 21+ and NodeJS 20+
  • ran ./gradlew wrapper for Andriod folder to get latest gradle wrapper
  • ran pod update for iOS folder

How have you tested this?

Android: Tested with local emulator, and with adb to Android TV (which only has super minimal support)
iOS: untested

Screenshots

n/a


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/1648 **Author:** [@racedale](https://github.com/racedale) **Created:** 8/3/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `capacitor-7-update` --- ### 📝 Commits (1) - [`2720a35`](https://github.com/advplyr/audiobookshelf-app/commit/2720a358361d36e95b1ec67173bb224967126e0c) chore: update to capacitor 7 ### 📊 Changes **15 files changed** (+4022 additions, -1166 deletions) <details> <summary>View changed files</summary> 📝 `android/app/build.gradle` (+1 -1) 📝 `android/app/capacitor.build.gradle` (+3 -3) 📝 `android/app/src/main/assets/capacitor.plugins.json` (+4 -4) 📝 `android/build.gradle` (+0 -1) 📝 `android/capacitor.settings.gradle` (+3 -3) 📝 `android/gradle/wrapper/gradle-wrapper.jar` (+0 -0) 📝 `android/gradle/wrapper/gradle-wrapper.properties` (+2 -1) 📝 `android/gradlew` (+21 -13) 📝 `android/gradlew.bat` (+94 -92) 📝 `ios/App/App.xcodeproj/project.pbxproj` (+4 -4) 📝 `ios/App/App/capacitor.config.json` (+1 -1) 📝 `ios/App/Podfile` (+1 -1) 📝 `ios/App/Podfile.lock` (+26 -26) 📝 `package-lock.json` (+3860 -1014) 📝 `package.json` (+2 -2) </details> ### 📄 Description ## Brief summary Updates to Capacitor 7. ## Which issue is fixed? n/a ## Pull Request Type Both Android & iOS ## In-depth Description Primarily following https://capacitorjs.com/docs/updating/7-0 - now requires to Java 21+ and NodeJS 20+ - ran `./gradlew wrapper` for Andriod folder to get latest gradle wrapper - ran `pod update` for iOS folder ## How have you tested this? Android: Tested with local emulator, and with `adb` to Android TV (which only has super minimal support) iOS: untested ## Screenshots n/a --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:00:18 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1649