Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1648 Author: @racedale Created: 8/3/2025 Status: 🔄 Open
Base: master ← Head: capacitor-7-update
master
capacitor-7-update
2720a35
15 files changed (+4022 additions, -1166 deletions)
📝 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)
android/app/build.gradle
android/app/capacitor.build.gradle
android/app/src/main/assets/capacitor.plugins.json
android/build.gradle
android/capacitor.settings.gradle
android/gradle/wrapper/gradle-wrapper.jar
android/gradle/wrapper/gradle-wrapper.properties
android/gradlew
android/gradlew.bat
ios/App/App.xcodeproj/project.pbxproj
ios/App/App/capacitor.config.json
ios/App/Podfile
ios/App/Podfile.lock
package-lock.json
package.json
Updates to Capacitor 7.
n/a
Both Android & iOS
Primarily following https://capacitorjs.com/docs/updating/7-0
./gradlew wrapper
pod update
Android: Tested with local emulator, and with adb to Android TV (which only has super minimal support) iOS: untested
adb
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1648
Author: @racedale
Created: 8/3/2025
Status: 🔄 Open
Base:
master← Head:capacitor-7-update📝 Commits (1)
2720a35chore: 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
./gradlew wrapperfor Andriod folder to get latest gradle wrapperpod updatefor iOS folderHow have you tested this?
Android: Tested with local emulator, and with
adbto 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.