Update to Capacitor 6 for package.json and android

This commit is contained in:
advplyr 2025-01-12 13:59:55 -06:00
parent 044dd7fea9
commit 20688d6395
4 changed files with 5581 additions and 3825 deletions

View file

@ -26,11 +26,12 @@ android {
namespace 'com.audiobookshelf.app'
buildFeatures {
viewBinding true
buildConfig true
}
kotlinOptions {
freeCompilerArgs = ['-Xjvm-default=all']
}
compileSdkVersion rootProject.ext.compileSdkVersion
compileSdk rootProject.ext.compileSdkVersion
defaultConfig {
applicationId "com.audiobookshelf.app"
minSdkVersion rootProject.ext.minSdkVersion

View file

@ -10,5 +10,18 @@
},
"server": {
"androidScheme": "http"
}
},
"packageClassList": [
"FileSharerPlugin",
"VolumeButtonsPlugin",
"AppPlugin",
"CAPBrowserPlugin",
"ClipboardPlugin",
"DialogPlugin",
"HapticsPlugin",
"CAPNetworkPlugin",
"PreferencesPlugin",
"StatusBarPlugin",
"CDVPlugin"
]
}

9360
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -13,19 +13,19 @@
"ionic:serve": "npm run start"
},
"dependencies": {
"@byteowls/capacitor-filesharer": "^5.0.0",
"@capacitor-community/volume-buttons": "^1.0.2",
"@capacitor/android": "^5.0.0",
"@capacitor/app": "^5.0.6",
"@capacitor/browser": "^5.1.0",
"@capacitor/clipboard": "^5.0.0",
"@capacitor/core": "^5.0.0",
"@capacitor/dialog": "^5.0.0",
"@capacitor/haptics": "^5.0.0",
"@capacitor/ios": "^5.0.0",
"@capacitor/network": "^5.0.0",
"@capacitor/preferences": "^5.0.0",
"@capacitor/status-bar": "^5.0.0",
"@byteowls/capacitor-filesharer": "^6.0.0",
"@capacitor-community/volume-buttons": "^6.0.1",
"@capacitor/android": "^6.0.0",
"@capacitor/app": "^6.0.0",
"@capacitor/browser": "^6.0.0",
"@capacitor/clipboard": "^6.0.0",
"@capacitor/core": "^6.0.0",
"@capacitor/dialog": "^6.0.0",
"@capacitor/haptics": "^6.0.0",
"@capacitor/ios": "^6.0.0",
"@capacitor/network": "^6.0.0",
"@capacitor/preferences": "^6.0.0",
"@capacitor/status-bar": "^6.0.0",
"@nuxtjs/axios": "^5.13.6",
"@teckel/vue-pdf": "^4.3.5",
"buffer": "^6.0.3",
@ -44,7 +44,7 @@
"devDependencies": {
"@babel/core": "7.13.15",
"@babel/preset-env": "7.13.15",
"@capacitor/cli": "^6.2.0",
"@capacitor/cli": "^6.0.0",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1"