[PR #1403] [CLOSED] upgrade to Capacitor v6, fix ios build #1570

Closed
opened 2026-04-24 23:59:22 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1403
Author: @DrNgo
Created: 12/6/2024
Status: Closed

Base: masterHead: master


📝 Commits (7)

📊 Changes

17 files changed (+4110 additions, -6483 deletions)

View changed files

📝 android/app/build.gradle (+1 -1)
android/app/src/main/assets/.gitignore (+1 -0)
android/app/src/main/assets/capacitor.config.json (+0 -11)
📝 android/build.gradle (+1 -1)
📝 android/gradle.properties (+1 -0)
📝 android/gradle/wrapper/gradle-wrapper.properties (+1 -1)
📝 android/gradlew.bat (+92 -92)
📝 android/variables.gradle (+5 -5)
📝 ios/.gitignore (+4 -0)
📝 ios/App/App.xcodeproj/project.pbxproj (+4 -0)
📝 ios/App/App/Base.lproj/Main.storyboard (+6 -7)
ios/App/App/MyViewController.swift (+37 -0)
ios/App/App/capacitor.config.json (+0 -11)
ios/App/App/config.xml (+0 -10)
📝 ios/App/Podfile.lock (+34 -34)
📝 package-lock.json (+3906 -6294)
📝 package.json (+17 -16)

📄 Description

Made necessary changes in accordance to directions for the upgrade noted here

  • Upgrade @capacitor dependencies to latest 6
  • Register custom plugins for iOS
  • Update Android project versions to new minimums
  • Fix Android build error with JVM Mismatch ignore

🔄 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/1403 **Author:** [@DrNgo](https://github.com/DrNgo) **Created:** 12/6/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`b5c560e`](https://github.com/advplyr/audiobookshelf-app/commit/b5c560e086354fb1e74320bdae5b4405c545665f) delete ignored file - [`e671f4c`](https://github.com/advplyr/audiobookshelf-app/commit/e671f4c18411457f18bfefca2d3bbffb85f662bb) updated to cap 6, ios is built - [`285e6d9`](https://github.com/advplyr/audiobookshelf-app/commit/285e6d97d549debb861e3c1229658c3a1fba8428) working build of ios - [`717338c`](https://github.com/advplyr/audiobookshelf-app/commit/717338ce5f1e5d781dbe1464ccc2c0bc5965d3a7) delete ignored files - [`b1ea06c`](https://github.com/advplyr/audiobookshelf-app/commit/b1ea06c499d283e41329e2cd0ca2e7ec12b86188) add android git ignore - [`f90a1d4`](https://github.com/advplyr/audiobookshelf-app/commit/f90a1d43b307ab1cabdd339d48a1b23adf46ef5e) Working Android build - [`ce40102`](https://github.com/advplyr/audiobookshelf-app/commit/ce401024ec34a3485d0d84a40d55ad1f9eefd009) update versions ### 📊 Changes **17 files changed** (+4110 additions, -6483 deletions) <details> <summary>View changed files</summary> 📝 `android/app/build.gradle` (+1 -1) ➕ `android/app/src/main/assets/.gitignore` (+1 -0) ➖ `android/app/src/main/assets/capacitor.config.json` (+0 -11) 📝 `android/build.gradle` (+1 -1) 📝 `android/gradle.properties` (+1 -0) 📝 `android/gradle/wrapper/gradle-wrapper.properties` (+1 -1) 📝 `android/gradlew.bat` (+92 -92) 📝 `android/variables.gradle` (+5 -5) 📝 `ios/.gitignore` (+4 -0) 📝 `ios/App/App.xcodeproj/project.pbxproj` (+4 -0) 📝 `ios/App/App/Base.lproj/Main.storyboard` (+6 -7) ➕ `ios/App/App/MyViewController.swift` (+37 -0) ➖ `ios/App/App/capacitor.config.json` (+0 -11) ➖ `ios/App/App/config.xml` (+0 -10) 📝 `ios/App/Podfile.lock` (+34 -34) 📝 `package-lock.json` (+3906 -6294) 📝 `package.json` (+17 -16) </details> ### 📄 Description Made necessary changes in accordance to directions for the upgrade noted [here](https://capacitorjs.com/docs/updating/6-0) - Upgrade `@capacitor` dependencies to latest 6 - Register custom plugins for iOS - Update Android project versions to new minimums - Fix Android build error with JVM Mismatch ignore --- <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-24 23:59:22 +02:00
adam closed this issue 2026-04-24 23:59:23 +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#1570