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
+2 -1
View File
@@ -26,11 +26,12 @@ android {
namespace 'com.audiobookshelf.app' namespace 'com.audiobookshelf.app'
buildFeatures { buildFeatures {
viewBinding true viewBinding true
buildConfig true
} }
kotlinOptions { kotlinOptions {
freeCompilerArgs = ['-Xjvm-default=all'] freeCompilerArgs = ['-Xjvm-default=all']
} }
compileSdkVersion rootProject.ext.compileSdkVersion compileSdk rootProject.ext.compileSdkVersion
defaultConfig { defaultConfig {
applicationId "com.audiobookshelf.app" applicationId "com.audiobookshelf.app"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
+14 -1
View File
@@ -10,5 +10,18 @@
}, },
"server": { "server": {
"androidScheme": "http" "androidScheme": "http"
} },
"packageClassList": [
"FileSharerPlugin",
"VolumeButtonsPlugin",
"AppPlugin",
"CAPBrowserPlugin",
"ClipboardPlugin",
"DialogPlugin",
"HapticsPlugin",
"CAPNetworkPlugin",
"PreferencesPlugin",
"StatusBarPlugin",
"CDVPlugin"
]
} }
+5551 -3809
View File
File diff suppressed because it is too large Load Diff
+14 -14
View File
@@ -13,19 +13,19 @@
"ionic:serve": "npm run start" "ionic:serve": "npm run start"
}, },
"dependencies": { "dependencies": {
"@byteowls/capacitor-filesharer": "^5.0.0", "@byteowls/capacitor-filesharer": "^6.0.0",
"@capacitor-community/volume-buttons": "^1.0.2", "@capacitor-community/volume-buttons": "^6.0.1",
"@capacitor/android": "^5.0.0", "@capacitor/android": "^6.0.0",
"@capacitor/app": "^5.0.6", "@capacitor/app": "^6.0.0",
"@capacitor/browser": "^5.1.0", "@capacitor/browser": "^6.0.0",
"@capacitor/clipboard": "^5.0.0", "@capacitor/clipboard": "^6.0.0",
"@capacitor/core": "^5.0.0", "@capacitor/core": "^6.0.0",
"@capacitor/dialog": "^5.0.0", "@capacitor/dialog": "^6.0.0",
"@capacitor/haptics": "^5.0.0", "@capacitor/haptics": "^6.0.0",
"@capacitor/ios": "^5.0.0", "@capacitor/ios": "^6.0.0",
"@capacitor/network": "^5.0.0", "@capacitor/network": "^6.0.0",
"@capacitor/preferences": "^5.0.0", "@capacitor/preferences": "^6.0.0",
"@capacitor/status-bar": "^5.0.0", "@capacitor/status-bar": "^6.0.0",
"@nuxtjs/axios": "^5.13.6", "@nuxtjs/axios": "^5.13.6",
"@teckel/vue-pdf": "^4.3.5", "@teckel/vue-pdf": "^4.3.5",
"buffer": "^6.0.3", "buffer": "^6.0.3",
@@ -44,7 +44,7 @@
"devDependencies": { "devDependencies": {
"@babel/core": "7.13.15", "@babel/core": "7.13.15",
"@babel/preset-env": "7.13.15", "@babel/preset-env": "7.13.15",
"@capacitor/cli": "^6.2.0", "@capacitor/cli": "^6.0.0",
"autoprefixer": "^10.4.17", "autoprefixer": "^10.4.17",
"postcss": "^8.4.33", "postcss": "^8.4.33",
"tailwindcss": "^3.4.1" "tailwindcss": "^3.4.1"