mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-09-01 16:17:25 +02:00
Update to Capacitor 6 for package.json and android
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -10,5 +10,18 @@
|
|||||||
},
|
},
|
||||||
"server": {
|
"server": {
|
||||||
"androidScheme": "http"
|
"androidScheme": "http"
|
||||||
}
|
},
|
||||||
|
"packageClassList": [
|
||||||
|
"FileSharerPlugin",
|
||||||
|
"VolumeButtonsPlugin",
|
||||||
|
"AppPlugin",
|
||||||
|
"CAPBrowserPlugin",
|
||||||
|
"ClipboardPlugin",
|
||||||
|
"DialogPlugin",
|
||||||
|
"HapticsPlugin",
|
||||||
|
"CAPNetworkPlugin",
|
||||||
|
"PreferencesPlugin",
|
||||||
|
"StatusBarPlugin",
|
||||||
|
"CDVPlugin"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+5551
-3809
File diff suppressed because it is too large
Load Diff
+14
-14
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user