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'
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