Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1403 Author: @DrNgo Created: 12/6/2024 Status: ❌ Closed
Base: master ← Head: master
master
b5c560e
e671f4c
285e6d9
717338c
b1ea06c
f90a1d4
ce40102
17 files changed (+4110 additions, -6483 deletions)
📝 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)
android/app/build.gradle
android/app/src/main/assets/.gitignore
android/app/src/main/assets/capacitor.config.json
android/build.gradle
android/gradle.properties
android/gradle/wrapper/gradle-wrapper.properties
android/gradlew.bat
android/variables.gradle
ios/.gitignore
ios/App/App.xcodeproj/project.pbxproj
ios/App/App/Base.lproj/Main.storyboard
ios/App/App/MyViewController.swift
ios/App/App/capacitor.config.json
ios/App/App/config.xml
ios/App/Podfile.lock
package-lock.json
package.json
Made necessary changes in accordance to directions for the upgrade noted here
@capacitor
🔄 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/1403
Author: @DrNgo
Created: 12/6/2024
Status: ❌ Closed
Base:
master← Head:master📝 Commits (7)
b5c560edelete ignored filee671f4cupdated to cap 6, ios is built285e6d9working build of ios717338cdelete ignored filesb1ea06cadd android git ignoref90a1d4Working Android buildce40102update versions📊 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
@capacitordependencies to latest 6🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.